#158368

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

Shades of Deep Sea #158368

Tints of Deep Sea #158368

Color information

#158368 (or 0x158368) is unknown color: approx Deep Sea. HEX triplet: 15, 83 and 68. RGB value is (21,131,104). Sum of RGB (Red+Green+Blue) = 21+131+104=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #158368 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158368 is #EA7C97. Grayscale: #5F5F5F. Windows color (decimal): -15367320 or 6849301. OLE color: 6849301.

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

Color convert

RGB21131104-
CMYK0.8400.210.49
HSL165.27º72.37%29.8%-
HSV(B)165.27º83.97%51.37%-
XYZ10.9217.3915.88-
YUV95.03133.0675.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.20%
GREEN value IS 131 (51.56% from 255) = 51.17%
BLUE value IS 104 (41.02% from 255) = 40.62%
R=8.20%
G=51.17%
B=40.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal211311040.8400.210.49165.2772.3729.8
Hex1583685401531a5481e
Octal252031501240256124511036
Binary10101100000111101000101010001010111000110100101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158368; }

 p { color: rgb(21,131,104); }

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

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

 a { background-color: rgb(21,131,104); }

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

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

 span { border-color: rgb(21,131,104); }

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