#16715A

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

Shades of Deep Sea #16715A

Tints of Deep Sea #16715A

Color information

#16715A (or 0x16715A) is unknown color: approx Deep Sea. HEX triplet: 16, 71 and 5A. RGB value is (22,113,90). Sum of RGB (Red+Green+Blue) = 22+113+90=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #16715A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16715A is #E98EA5. Grayscale: #535353. Windows color (decimal): -15306406 or 5927190. OLE color: 5927190.

HSL color Cylindrical-coordinate representation of color #16715A: hue angle of 164.84º 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 #16715A is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB2211390-
CMYK0.8100.200.56
HSL164.84º67.41%26.47%-
HSV(B)164.84º80.53%44.31%-
XYZ8.0812.7211.7-
YUV83.17131.8584.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.78%
GREEN value IS 113 (44.53% from 255) = 50.22%
BLUE value IS 90 (35.55% from 255) = 40%
R=9.78%
G=50.22%
B=40%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22113900.8100.200.56164.8467.4126.47
Hex16715A5101438a5431a
Octal261611321210247024510332
Binary1011011100011011010101000101010011100010100101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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