#158174

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

Shades of Deep Sea #158174

Tints of Deep Sea #158174

Color information

#158174 (or 0x158174) is unknown color: approx Deep Sea. HEX triplet: 15, 81 and 74. RGB value is (21,129,116). Sum of RGB (Red+Green+Blue) = 21+129+116=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 129 - color contains mainly: green. Hex color #158174 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158174 is #EA7E8B. Grayscale: #5F5F5F. Windows color (decimal): -15367820 or 7635221. OLE color: 7635221.

HSL color Cylindrical-coordinate representation of color #158174: hue angle of 172.78º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158174 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB21129116-
CMYK0.8400.100.49
HSL172.78º72%29.41%-
HSV(B)172.78º83.72%50.59%-
XYZ11.3117.1219.23-
YUV95.23139.7275.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.89%
GREEN value IS 129 (50.78% from 255) = 48.50%
BLUE value IS 116 (45.70% from 255) = 43.61%
R=7.89%
G=48.50%
B=43.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal211291160.8400.100.49172.787229.41
Hex158174540A31ad481d
Octal252011641240126125511035
Binary1010110000001111010010101000101011000110101101100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158174; }

 p { color: rgb(21,129,116); }

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

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

 a { background-color: rgb(21,129,116); }

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

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

 span { border-color: rgb(21,129,116); }

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