Html Css Color HEX #20765B Deep Sea

📋 copy color: '#20765B'

red 32 ◦ green 118 ◦ blue 91

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

Shades of Deep Sea #20765B

Tints of Deep Sea #20765B

RGB

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

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

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

R = 13.28%
G = 48.96%
B = 37.76%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#20765B (or 0x20765B) is known color: Deep Sea. HEX triplet: 20, 76 and 5B. RGB value is (32,118,91). Sum of RGB (Red+Green+Blue) = 32+118+91=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #20765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20765B is #DF89A4. Grayscale: #595959. Windows color (decimal): -14649765 or 5994016. OLE color: 5994016.

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

Color convert

RGB 32 118 91 -
CMYK 0.73 0 0.23 0.54
HSL 161.16º 0.57% 0.29% -
HSV(B) 161.16º 0.73% 0.46% -
XYZ 8.96 14.02 12.13 -
YUV 89.21 129.01 87.2 -
System Red Green Blue C M Y K H S L
Decimal 32 118 91 0.73 0 0.23 0.54 161.16 0.57 0.29
Hex 20 76 5B 49 0 17 36 A1 39 1D
Octal 40 166 133 111 0 27 66 241 71 35
Binary 100000 1110110 1011011 1001001 0 10111 110110 10100001 111001 11101

Color Harmonies of #20765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20765B

Black with #20765B

Text Example


Text Example

White with #20765B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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