Html Css Color HEX #20765A Deep Sea

📋 copy color: '#20765A'

red 32 ◦ green 118 ◦ blue 90

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

Shades of Deep Sea #20765A

Tints of Deep Sea #20765A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.5%

R = 13.33%
G = 49.17%
B = 37.5%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#20765A (or 0x20765A) is known color: Deep Sea. HEX triplet: 20, 76 and 5A. RGB value is (32,118,90). Sum of RGB (Red+Green+Blue) = 32+118+90=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #20765A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20765A is #DF89A5. Grayscale: #595959. Windows color (decimal): -14649766 or 5928480. OLE color: 5928480.

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

Color convert

RGB 32 118 90 -
CMYK 0.73 0 0.24 0.54
HSL 160.47º 0.57% 0.29% -
HSV(B) 160.47º 0.73% 0.46% -
XYZ 8.92 14 11.91 -
YUV 89.09 128.51 87.28 -
System Red Green Blue C M Y K H S L
Decimal 32 118 90 0.73 0 0.24 0.54 160.47 0.57 0.29
Hex 20 76 5A 49 0 18 36 A0 39 1D
Octal 40 166 132 111 0 30 66 240 71 35
Binary 100000 1110110 1011010 1001001 0 11000 110110 10100000 111001 11101

Color Harmonies of #20765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20765A

Black with #20765A

Text Example


Text Example

White with #20765A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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