Html Css Color HEX #20765F Deep Sea

📋 copy color: '#20765F'

red 32 ◦ green 118 ◦ blue 95

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

Shades of Deep Sea #20765F

Tints of Deep Sea #20765F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.78%

R = 13.06%
G = 48.16%
B = 38.78%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#20765F (or 0x20765F) is known color: Deep Sea. HEX triplet: 20, 76 and 5F. RGB value is (32,118,95). Sum of RGB (Red+Green+Blue) = 32+118+95=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #20765F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20765F is #DF89A0. Grayscale: #595959. Windows color (decimal): -14649761 or 6256160. OLE color: 6256160.

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

Color convert

RGB 32 118 95 -
CMYK 0.73 0 0.19 0.54
HSL 163.95º 0.57% 0.29% -
HSV(B) 163.95º 0.73% 0.46% -
XYZ 9.14 14.09 13.06 -
YUV 89.66 131.01 86.87 -
System Red Green Blue C M Y K H S L
Decimal 32 118 95 0.73 0 0.19 0.54 163.95 0.57 0.29
Hex 20 76 5F 49 0 13 36 A4 39 1D
Octal 40 166 137 111 0 23 66 244 71 35
Binary 100000 1110110 1011111 1001001 0 10011 110110 10100100 111001 11101

Color Harmonies of #20765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20765F

Black with #20765F

Text Example


Text Example

White with #20765F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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