#20725D

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

Shades of Deep Sea #20725D

Tints of Deep Sea #20725D

Color information

#20725D (or 0x20725D) is unknown color: approx Deep Sea. HEX triplet: 20, 72 and 5D. RGB value is (32,114,93). Sum of RGB (Red+Green+Blue) = 32+114+93=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #20725D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20725D is #DF8DA2. Grayscale: #575757. Windows color (decimal): -14650787 or 6124064. OLE color: 6124064.

HSL color Cylindrical-coordinate representation of color #20725D: hue angle of 164.63º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20725D is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB3211493-
CMYK0.7200.180.55
HSL164.63º56.16%28.63%-
HSV(B)164.63º71.93%44.71%-
XYZ8.5913.1312.44-
YUV87.09131.3388.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.39%
GREEN value IS 114 (44.92% from 255) = 47.70%
BLUE value IS 93 (36.72% from 255) = 38.91%
R=13.39%
G=47.70%
B=38.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32114930.7200.180.55164.6356.1628.63
Hex20725D4801237a5381d
Octal40162135110022672457035
Binary1000001110010101110110010000100101101111010010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20725D; }

 p { color: rgb(32,114,93); }

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

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

 a { background-color: rgb(32,114,93); }

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

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

 span { border-color: rgb(32,114,93); }

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