#158266

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

Shades of Deep Sea #158266

Tints of Deep Sea #158266

Color information

#158266 (or 0x158266) is unknown color: approx Deep Sea. HEX triplet: 15, 82 and 66. RGB value is (21,130,102). Sum of RGB (Red+Green+Blue) = 21+130+102=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #158266 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158266 is #EA7D99. Grayscale: #5E5E5E. Windows color (decimal): -15367578 or 6717973. OLE color: 6717973.

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

Color convert

RGB21130102-
CMYK0.8400.220.49
HSL164.59º72.19%29.61%-
HSV(B)164.59º83.85%50.98%-
XYZ10.6917.0815.3-
YUV94.22132.3975.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.30%
GREEN value IS 130 (51.17% from 255) = 51.38%
BLUE value IS 102 (40.23% from 255) = 40.32%
R=8.30%
G=51.38%
B=40.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal211301020.8400.220.49164.5972.1929.61
Hex1582665401631a5481e
Octal252021461240266124511036
Binary10101100000101100110101010001011011000110100101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158266; }

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

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

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

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

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

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

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

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