Html Css Color HEX #20725B Deep Sea

📋 copy color: '#20725B'

red 32 ◦ green 114 ◦ blue 91

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

Shades of Deep Sea #20725B

Tints of Deep Sea #20725B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.4%

R = 13.5%
G = 48.1%
B = 38.4%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#20725B (or 0x20725B) is known color: Deep Sea. HEX triplet: 20, 72 and 5B. RGB value is (32,114,91). Sum of RGB (Red+Green+Blue) = 32+114+91=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #20725B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20725B is #DF8DA4. Grayscale: #565656. Windows color (decimal): -14650789 or 5992992. OLE color: 5992992.

HSL color Cylindrical-coordinate representation of color #20725B: hue angle of 163.17º 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 #20725B is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 114 91 -
CMYK 0.72 0 0.20 0.55
HSL 163.17º 0.56% 0.29% -
HSV(B) 163.17º 0.72% 0.45% -
XYZ 8.5 13.1 11.98 -
YUV 86.86 130.33 88.87 -
System Red Green Blue C M Y K H S L
Decimal 32 114 91 0.72 0 0.20 0.55 163.17 0.56 0.29
Hex 20 72 5B 48 0 14 37 A3 38 1D
Octal 40 162 133 110 0 24 67 243 70 35
Binary 100000 1110010 1011011 1001000 0 10100 110111 10100011 111000 11101

Color Harmonies of #20725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20725B

Black with #20725B

Text Example


Text Example

White with #20725B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20725B;
 }
 .AnyTagClassName
 {
   color: #20725B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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