Html Css Color HEX #20725D Deep Sea

📋 copy color: '#20725D'

red 32 ◦ green 114 ◦ blue 93

#20725D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #20725D

Tints of Deep Sea #20725D

RGB

 RED value IS 32 (12.89% from 255) = 13.39%

 GREEN value IS 114 (44.92% from 255) = 47.7%

 BLUE value IS 93 (36.72% from 255) = 38.91%

R = 13.39%
G = 47.7%
B = 38.91%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#20725D (or 0x20725D) is known color: 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

RGB 32 114 93 -
CMYK 0.72 0 0.18 0.55
HSL 164.63º 0.56% 0.29% -
HSV(B) 164.63º 0.72% 0.45% -
XYZ 8.59 13.13 12.44 -
YUV 87.09 131.33 88.71 -
System Red Green Blue C M Y K H S L
Decimal 32 114 93 0.72 0 0.18 0.55 164.63 0.56 0.29
Hex 20 72 5D 48 0 12 37 A5 38 1D
Octal 40 162 135 110 0 22 67 245 70 35
Binary 100000 1110010 1011101 1001000 0 10010 110111 10100101 111000 11101

Color Harmonies of #20725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20725D

Black with #20725D

Text Example


Text Example

White with #20725D

Text Example


Text Example

HTML Codes & Css Web 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>