Html Css Color HEX #20755D Deep Sea

📋 copy color: '#20755D'

red 32 ◦ green 117 ◦ blue 93

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

Shades of Deep Sea #20755D

Tints of Deep Sea #20755D

RGB

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

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

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

R = 13.22%
G = 48.35%
B = 38.43%

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

#20755D (or 0x20755D) is known color: Deep Sea. HEX triplet: 20, 75 and 5D. RGB value is (32,117,93). Sum of RGB (Red+Green+Blue) = 32+117+93=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #20755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20755D is #DF8AA2. Grayscale: #585858. Windows color (decimal): -14650019 or 6124832. OLE color: 6124832.

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

Color convert

RGB 32 117 93 -
CMYK 0.73 0 0.21 0.54
HSL 163.06º 0.57% 0.29% -
HSV(B) 163.06º 0.73% 0.46% -
XYZ 8.93 13.82 12.55 -
YUV 88.85 130.34 87.45 -
System Red Green Blue C M Y K H S L
Decimal 32 117 93 0.73 0 0.21 0.54 163.06 0.57 0.29
Hex 20 75 5D 49 0 15 36 A3 39 1D
Octal 40 165 135 111 0 25 66 243 71 35
Binary 100000 1110101 1011101 1001001 0 10101 110110 10100011 111001 11101

Color Harmonies of #20755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20755D

Black with #20755D

Text Example


Text Example

White with #20755D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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