#158063

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

Shades of Deep Sea #158063

Tints of Deep Sea #158063

Color information

#158063 (or 0x158063) is unknown color: approx Deep Sea. HEX triplet: 15, 80 and 63. RGB value is (21,128,99). Sum of RGB (Red+Green+Blue) = 21+128+99=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #158063 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158063 is #EA7F9C. Grayscale: #5C5C5C. Windows color (decimal): -15368093 or 6520853. OLE color: 6520853.

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

Color convert

RGB2112899-
CMYK0.8400.230.50
HSL163.74º71.81%29.22%-
HSV(B)163.74º83.59%50.2%-
XYZ10.2816.514.45-
YUV92.7131.5576.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.47%
GREEN value IS 128 (50.39% from 255) = 51.61%
BLUE value IS 99 (39.06% from 255) = 39.92%
R=8.47%
G=51.61%
B=39.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal21128990.8400.230.50163.7471.8129.22
Hex1580635401732a4481d
Octal252001431240276224411035
Binary10101100000001100011101010001011111001010100100100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158063; }

 p { color: rgb(21,128,99); }

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

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

 a { background-color: rgb(21,128,99); }

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

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

 span { border-color: rgb(21,128,99); }

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