#158260

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

Shades of Deep Sea #158260

Tints of Deep Sea #158260

Color information

#158260 (or 0x158260) is unknown color: approx Deep Sea. HEX triplet: 15, 82 and 60. RGB value is (21,130,96). Sum of RGB (Red+Green+Blue) = 21+130+96=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #158260 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158260 is #EA7D9F. Grayscale: #5D5D5D. Windows color (decimal): -15367584 or 6324757. OLE color: 6324757.

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

Color convert

RGB2113096-
CMYK0.8400.260.49
HSL161.28º72.19%29.61%-
HSV(B)161.28º83.85%50.98%-
XYZ10.416.9713.79-
YUV93.53129.3976.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.50%
GREEN value IS 130 (51.17% from 255) = 52.63%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=8.50%
G=52.63%
B=38.87%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21130960.8400.260.49161.2872.1929.61
Hex1582605401A31a1481e
Octal252021401240326124111036
Binary10101100000101100000101010001101011000110100001100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158260; }

 p { color: rgb(21,130,96); }

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

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

 a { background-color: rgb(21,130,96); }

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

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

 span { border-color: rgb(21,130,96); }

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