#20815F

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

Shades of Deep Sea #20815F

Tints of Deep Sea #20815F

Color information

#20815F (or 0x20815F) is unknown color: approx Deep Sea. HEX triplet: 20, 81 and 5F. RGB value is (32,129,95). Sum of RGB (Red+Green+Blue) = 32+129+95=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #20815F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20815F is #DF7EA0. Grayscale: #606060. Windows color (decimal): -14646945 or 6258976. OLE color: 6258976.

HSL color Cylindrical-coordinate representation of color #20815F: hue angle of 158.97º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20815F is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB3212995-
CMYK0.7500.260.49
HSL158.97º60.25%31.57%-
HSV(B)158.97º75.19%50.59%-
XYZ10.5116.8313.52-
YUV96.12127.3682.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.5%
GREEN value IS 129 (50.78% from 255) = 50.39%
BLUE value IS 95 (37.5% from 255) = 37.11%
R=12.5%
G=50.39%
B=37.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32129950.7500.260.49158.9760.2531.57
Hex20815F4B01A319f3c20
Octal40201137113032612377440
Binary100000100000011011111100101101101011000110011111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20815F; }

 p { color: rgb(32,129,95); }

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

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

 a { background-color: rgb(32,129,95); }

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

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

 span { border-color: rgb(32,129,95); }

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