Html Css Color HEX #20765C Deep Sea

📋 copy color: '#20765C'

red 32 ◦ green 118 ◦ blue 92

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

Shades of Deep Sea #20765C

Tints of Deep Sea #20765C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.76%

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

R = 13.22%
G = 48.76%
B = 38.02%

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

#20765C (or 0x20765C) is known color: Deep Sea. HEX triplet: 20, 76 and 5C. RGB value is (32,118,92). Sum of RGB (Red+Green+Blue) = 32+118+92=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #20765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20765C is #DF89A3. Grayscale: #595959. Windows color (decimal): -14649764 or 6059552. OLE color: 6059552.

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

Color convert

RGB 32 118 92 -
CMYK 0.73 0 0.22 0.54
HSL 161.86º 0.57% 0.29% -
HSV(B) 161.86º 0.73% 0.46% -
XYZ 9.01 14.04 12.36 -
YUV 89.32 129.51 87.11 -
System Red Green Blue C M Y K H S L
Decimal 32 118 92 0.73 0 0.22 0.54 161.86 0.57 0.29
Hex 20 76 5C 49 0 16 36 A2 39 1D
Octal 40 166 134 111 0 26 66 242 71 35
Binary 100000 1110110 1011100 1001001 0 10110 110110 10100010 111001 11101

Color Harmonies of #20765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20765C

Black with #20765C

Text Example


Text Example

White with #20765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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