#16705E

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

Shades of Deep Sea #16705E

Tints of Deep Sea #16705E

Color information

#16705E (or 0x16705E) is unknown color: approx Deep Sea. HEX triplet: 16, 70 and 5E. RGB value is (22,112,94). Sum of RGB (Red+Green+Blue) = 22+112+94=228 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.65% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #16705E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16705E is #E98FA1. Grayscale: #535353. Windows color (decimal): -15306658 or 6189078. OLE color: 6189078.

HSL color Cylindrical-coordinate representation of color #16705E: hue angle of 168º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16705E is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB2211294-
CMYK0.8000.160.56
HSL168º67.16%26.27%-
HSV(B)168º80.36%43.92%-
XYZ8.1512.5712.59-
YUV83.04134.1884.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.65%
GREEN value IS 112 (44.14% from 255) = 49.12%
BLUE value IS 94 (37.11% from 255) = 41.23%
R=9.65%
G=49.12%
B=41.23%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22112940.8000.160.5616867.1626.27
Hex16705E5001038a8431a
Octal261601361200207025010332
Binary1011011100001011110101000001000011100010101000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16705E; }

 p { color: rgb(22,112,94); }

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

<style>
 a { background-color: #16705E; }

 a { background-color: rgb(22,112,94); }

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

<style>
 span { border-color: #16705E; }

 span { border-color: rgb(22,112,94); }

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