Html Css Color HEX #20755C Deep Sea

📋 copy color: '#20755C'

red 32 ◦ green 117 ◦ blue 92

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

Shades of Deep Sea #20755C

Tints of Deep Sea #20755C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.17%

R = 13.28%
G = 48.55%
B = 38.17%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#20755C (or 0x20755C) is known color: Deep Sea. HEX triplet: 20, 75 and 5C. RGB value is (32,117,92). Sum of RGB (Red+Green+Blue) = 32+117+92=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #20755C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20755C is #DF8AA3. Grayscale: #585858. Windows color (decimal): -14650020 or 6059296. OLE color: 6059296.

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

Color convert

RGB 32 117 92 -
CMYK 0.73 0 0.21 0.54
HSL 162.35º 0.57% 0.29% -
HSV(B) 162.35º 0.73% 0.46% -
XYZ 8.89 13.8 12.32 -
YUV 88.74 129.84 87.53 -
System Red Green Blue C M Y K H S L
Decimal 32 117 92 0.73 0 0.21 0.54 162.35 0.57 0.29
Hex 20 75 5C 49 0 15 36 A2 39 1D
Octal 40 165 134 111 0 25 66 242 71 35
Binary 100000 1110101 1011100 1001001 0 10101 110110 10100010 111001 11101

Color Harmonies of #20755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20755C

Black with #20755C

Text Example


Text Example

White with #20755C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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