Html Css Color HEX #20755F Deep Sea

📋 copy color: '#20755F'

red 32 ◦ green 117 ◦ blue 95

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

Shades of Deep Sea #20755F

Tints of Deep Sea #20755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.95%

 BLUE value IS 95 (37.5% from 255) = 38.93%

R = 13.11%
G = 47.95%
B = 38.93%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#20755F (or 0x20755F) is known color: Deep Sea. HEX triplet: 20, 75 and 5F. RGB value is (32,117,95). Sum of RGB (Red+Green+Blue) = 32+117+95=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #20755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20755F is #DF8AA0. Grayscale: #595959. Windows color (decimal): -14650017 or 6255904. OLE color: 6255904.

HSL color Cylindrical-coordinate representation of color #20755F: hue angle of 164.47º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20755F is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 117 95 -
CMYK 0.73 0 0.19 0.54
HSL 164.47º 0.57% 0.29% -
HSV(B) 164.47º 0.73% 0.46% -
XYZ 9.02 13.86 13.03 -
YUV 89.08 131.34 87.29 -
System Red Green Blue C M Y K H S L
Decimal 32 117 95 0.73 0 0.19 0.54 164.47 0.57 0.29
Hex 20 75 5F 49 0 13 36 A4 39 1D
Octal 40 165 137 111 0 23 66 244 71 35
Binary 100000 1110101 1011111 1001001 0 10011 110110 10100100 111001 11101

Color Harmonies of #20755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20755F

Black with #20755F

Text Example


Text Example

White with #20755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20755F;
 }
 .AnyTagClassName
 {
   color: #20755F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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