Html Css Color HEX #20755B Deep Sea

📋 copy color: '#20755B'

red 32 ◦ green 117 ◦ blue 91

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

Shades of Deep Sea #20755B

Tints of Deep Sea #20755B

RGB

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

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

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

R = 13.33%
G = 48.75%
B = 37.92%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#20755B (or 0x20755B) is known color: Deep Sea. HEX triplet: 20, 75 and 5B. RGB value is (32,117,91). Sum of RGB (Red+Green+Blue) = 32+117+91=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #20755B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20755B is #DF8AA4. Grayscale: #585858. Windows color (decimal): -14650021 or 5993760. OLE color: 5993760.

HSL color Cylindrical-coordinate representation of color #20755B: hue angle of 161.65º 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 #20755B is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 117 91 -
CMYK 0.73 0 0.22 0.54
HSL 161.65º 0.57% 0.29% -
HSV(B) 161.65º 0.73% 0.46% -
XYZ 8.85 13.78 12.09 -
YUV 88.62 129.34 87.61 -
System Red Green Blue C M Y K H S L
Decimal 32 117 91 0.73 0 0.22 0.54 161.65 0.57 0.29
Hex 20 75 5B 49 0 16 36 A2 39 1D
Octal 40 165 133 111 0 26 66 242 71 35
Binary 100000 1110101 1011011 1001001 0 10110 110110 10100010 111001 11101

Color Harmonies of #20755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20755B

Black with #20755B

Text Example


Text Example

White with #20755B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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