#16715E

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

Shades of Deep Sea #16715E

Tints of Deep Sea #16715E

Color information

#16715E (or 0x16715E) is unknown color: approx Deep Sea. HEX triplet: 16, 71 and 5E. RGB value is (22,113,94). Sum of RGB (Red+Green+Blue) = 22+113+94=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #16715E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16715E is #E98EA1. Grayscale: #535353. Windows color (decimal): -15306402 or 6189334. OLE color: 6189334.

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

Color convert

RGB2211394-
CMYK0.8100.170.56
HSL167.47º67.41%26.47%-
HSV(B)167.47º80.53%44.31%-
XYZ8.2612.7912.62-
YUV83.62133.8584.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.61%
GREEN value IS 113 (44.53% from 255) = 49.34%
BLUE value IS 94 (37.11% from 255) = 41.05%
R=9.61%
G=49.34%
B=41.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22113940.8100.170.56167.4767.4126.47
Hex16715E5101138a7431a
Octal261611361210217024710332
Binary1011011100011011110101000101000111100010100111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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