#158261

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

Shades of Deep Sea #158261

Tints of Deep Sea #158261

Color information

#158261 (or 0x158261) is unknown color: approx Deep Sea. HEX triplet: 15, 82 and 61. RGB value is (21,130,97). Sum of RGB (Red+Green+Blue) = 21+130+97=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #158261 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158261 is #EA7D9E. Grayscale: #5D5D5D. Windows color (decimal): -15367583 or 6390293. OLE color: 6390293.

HSL color Cylindrical-coordinate representation of color #158261: hue angle of 161.83º 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 #158261 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB2113097-
CMYK0.8400.250.49
HSL161.83º72.19%29.61%-
HSV(B)161.83º83.85%50.98%-
XYZ10.4516.9914.04-
YUV93.65129.8976.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.47%
GREEN value IS 130 (51.17% from 255) = 52.42%
BLUE value IS 97 (38.28% from 255) = 39.11%
R=8.47%
G=52.42%
B=39.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21130970.8400.250.49161.8372.1929.61
Hex1582615401931a2481e
Octal252021411240316124211036
Binary10101100000101100001101010001100111000110100010100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158261; }

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

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

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

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

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

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

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

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