#16715C

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

Shades of Deep Sea #16715C

Tints of Deep Sea #16715C

Color information

#16715C (or 0x16715C) is unknown color: approx Deep Sea. HEX triplet: 16, 71 and 5C. RGB value is (22,113,92). Sum of RGB (Red+Green+Blue) = 22+113+92=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #16715C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16715C is #E98EA3. Grayscale: #535353. Windows color (decimal): -15306404 or 6058262. OLE color: 6058262.

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

Color convert

RGB2211392-
CMYK0.8100.190.56
HSL166.15º67.41%26.47%-
HSV(B)166.15º80.53%44.31%-
XYZ8.1712.7512.16-
YUV83.4132.8584.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.69%
GREEN value IS 113 (44.53% from 255) = 49.78%
BLUE value IS 92 (36.33% from 255) = 40.53%
R=9.69%
G=49.78%
B=40.53%

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
Decimal22113920.8100.190.56166.1567.4126.47
Hex16715C5101338a6431a
Octal261611341210237024610332
Binary1011011100011011100101000101001111100010100110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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