#16736C

Color #16736C Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #16736C

Tints of Blue Stone #16736C

Color information

#16736C (or 0x16736C) is unknown color: approx Blue Stone. HEX triplet: 16, 73 and 6C. RGB value is (22,115,108). Sum of RGB (Red+Green+Blue) = 22+115+108=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #16736C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16736C is #E98C93. Grayscale: #565656. Windows color (decimal): -15305876 or 7107350. OLE color: 7107350.

HSL color Cylindrical-coordinate representation of color #16736C: hue angle of 175.48º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16736C is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB22115108-
CMYK0.8100.060.55
HSL175.48º67.88%26.86%-
HSV(B)175.48º80.87%45.1%-
XYZ9.1713.5116.31-
YUV86.4140.1982.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 8.98%
GREEN value IS 115 (45.31% from 255) = 46.94%
BLUE value IS 108 (42.58% from 255) = 44.08%
R=8.98%
G=46.94%
B=44.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal221151080.8100.060.55175.4867.8826.86
Hex16736C510637af441b
Octal26163154121066725710433
Binary10110111001111011001010001011011011110101111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16736C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16736C; }

 p { color: rgb(22,115,108); }

 H1.HeaderClassName
 {
   color: #16736C;
 }
 .AnyTagClassName
 {
   color: #16736C;
 }
</style>
background-color css

<style>
 a { background-color: #16736C; }

 a { background-color: rgb(22,115,108); }

 div.DivClassName
 {
   background-color: #16736C;
 }
 .BgClassName
 {
   background-color: #16736C;
 }
</style>
border-color css

<style>
 span { border-color: #16736C; }

 span { border-color: rgb(22,115,108); }

 td.TdClassName
 {
   border-color: #16736C;
 }
 .TagClassName
 {
   border-color: #16736C;
 }
</style>