#16725D

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

Shades of Deep Sea #16725D

Tints of Deep Sea #16725D

Color information

#16725D (or 0x16725D) is unknown color: approx Deep Sea. HEX triplet: 16, 72 and 5D. RGB value is (22,114,93). Sum of RGB (Red+Green+Blue) = 22+114+93=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #16725D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16725D is #E98DA2. Grayscale: #545454. Windows color (decimal): -15306147 or 6124054. OLE color: 6124054.

HSL color Cylindrical-coordinate representation of color #16725D: hue angle of 166.3º 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 #16725D is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB2211493-
CMYK0.8100.180.55
HSL166.3º67.65%26.67%-
HSV(B)166.3º80.7%44.71%-
XYZ8.321312.43-
YUV84.1133.0283.71-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.61%
GREEN value IS 114 (44.92% from 255) = 49.78%
BLUE value IS 93 (36.72% from 255) = 40.61%
R=9.61%
G=49.78%
B=40.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22114930.8100.180.55166.367.6526.67
Hex16725D5101237a6441b
Octal261621351210226724610433
Binary1011011100101011101101000101001011011110100110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16725D; }

 p { color: rgb(22,114,93); }

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

<style>
 a { background-color: #16725D; }

 a { background-color: rgb(22,114,93); }

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

<style>
 span { border-color: #16725D; }

 span { border-color: rgb(22,114,93); }

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