#16885C

Color #16885C Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #16885C

Tints of Deep Sea #16885C

Color information

#16885C (or 0x16885C) is unknown color: approx Deep Sea. HEX triplet: 16, 88 and 5C. RGB value is (22,136,92). Sum of RGB (Red+Green+Blue) = 22+136+92=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 136 (53.52% from 255 or 54.4% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 136 - color contains mainly: green. Hex color #16885C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16885C is #E977A3. Grayscale: #606060. Windows color (decimal): -15300516 or 6064150. OLE color: 6064150.

HSL color Cylindrical-coordinate representation of color #16885C: hue angle of 156.84º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16885C is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB2213692-
CMYK0.8400.320.47
HSL156.84º72.15%30.98%-
HSV(B)156.84º83.82%53.33%-
XYZ11.0718.5513.12-
YUV96.9125.2374.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.8%
GREEN value IS 136 (53.52% from 255) = 54.4%
BLUE value IS 92 (36.33% from 255) = 36.8%
R=8.8%
G=54.4%
B=36.8%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22136920.8400.320.47156.8472.1530.98
Hex16885C540202F9d481f
Octal262101341240405723511037
Binary101101000100010111001010100010000010111110011101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16885C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,136,92); }

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

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

 a { background-color: rgb(22,136,92); }

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

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

 span { border-color: rgb(22,136,92); }

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