#16715B

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

Shades of Deep Sea #16715B

Tints of Deep Sea #16715B

Color information

#16715B (or 0x16715B) is unknown color: approx Deep Sea. HEX triplet: 16, 71 and 5B. RGB value is (22,113,91). Sum of RGB (Red+Green+Blue) = 22+113+91=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #16715B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16715B is #E98EA4. Grayscale: #535353. Windows color (decimal): -15306405 or 5992726. OLE color: 5992726.

HSL color Cylindrical-coordinate representation of color #16715B: hue angle of 165.49º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16715B is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB2211391-
CMYK0.8100.190.56
HSL165.49º67.41%26.47%-
HSV(B)165.49º80.53%44.31%-
XYZ8.1212.7411.93-
YUV83.28132.3584.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.73%
GREEN value IS 113 (44.53% from 255) = 50%
BLUE value IS 91 (35.94% from 255) = 40.27%
R=9.73%
G=50%
B=40.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22113910.8100.190.56165.4967.4126.47
Hex16715B5101338a5431a
Octal261611331210237024510332
Binary1011011100011011011101000101001111100010100101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16715B; }

 p { color: rgb(22,113,91); }

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

<style>
 a { background-color: #16715B; }

 a { background-color: rgb(22,113,91); }

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

<style>
 span { border-color: #16715B; }

 span { border-color: rgb(22,113,91); }

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