Html Css Color HEX #208B77 Elf Green

📋 copy color: '#208B77'

red 32 ◦ green 139 ◦ blue 119

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

Shades of Elf Green #208B77

Tints of Elf Green #208B77

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.93%

 BLUE value IS 119 (46.88% from 255) = 41.03%

R = 11.03%
G = 47.93%
B = 41.03%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#208B77 (or 0x208B77) is known color: Elf Green. HEX triplet: 20, 8B and 77. RGB value is (32,139,119). Sum of RGB (Red+Green+Blue) = 32+139+119=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 139 (54.69% from 255 or 47.93% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 139 - color contains mainly: green. Hex color #208B77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208B77 is #DF7488. Grayscale: #686868. Windows color (decimal): -14644361 or 7834400. OLE color: 7834400.

HSL color Cylindrical-coordinate representation of color #208B77: hue angle of 168.79º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208B77 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 32 139 119 -
CMYK 0.77 0 0.14 0.45
HSL 168.79º 0.63% 0.34% -
HSV(B) 168.79º 0.77% 0.55% -
XYZ 13.16 20.1 20.64 -
YUV 104.73 136.05 76.13 -
System Red Green Blue C M Y K H S L
Decimal 32 139 119 0.77 0 0.14 0.45 168.79 0.63 0.34
Hex 20 8B 77 4D 0 E 2D A9 3F 22
Octal 40 213 167 115 0 16 55 251 77 42
Binary 100000 10001011 1110111 1001101 0 1110 101101 10101001 111111 100010

Color Harmonies of #208B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208B77

Black with #208B77

Text Example


Text Example

White with #208B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208B77; }

 p { color: rgb(32,139,119); }

 H1.HeaderClassName
 {
   color: #208B77;
 }
 .AnyTagClassName
 {
   color: #208B77;
 }
</style>

background-color css

<style>
 a { background-color: #208B77; }

 a { background-color: rgb(32,139,119); }

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

border-color css

<style>
 span { border-color: #208B77; }

 span { border-color: rgb(32,139,119); }

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