#20815E

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

Shades of Deep Sea #20815E

Tints of Deep Sea #20815E

Color information

#20815E (or 0x20815E) is unknown color: approx Deep Sea. HEX triplet: 20, 81 and 5E. RGB value is (32,129,94). Sum of RGB (Red+Green+Blue) = 32+129+94=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 129 (50.78% from 255 or 50.59% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 129 - color contains mainly: green. Hex color #20815E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20815E is #DF7EA1. Grayscale: #606060. Windows color (decimal): -14646946 or 6193440. OLE color: 6193440.

HSL color Cylindrical-coordinate representation of color #20815E: hue angle of 158.35º 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 #20815E is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB3212994-
CMYK0.7500.270.49
HSL158.35º60.25%31.57%-
HSV(B)158.35º75.19%50.59%-
XYZ10.4716.8213.28-
YUV96.01126.8682.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.55%
GREEN value IS 129 (50.78% from 255) = 50.59%
BLUE value IS 94 (37.11% from 255) = 36.86%
R=12.55%
G=50.59%
B=36.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32129940.7500.270.49158.3560.2531.57
Hex20815E4B01B319e3c20
Octal40201136113033612367440
Binary100000100000011011110100101101101111000110011110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20815E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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