Html Css Color HEX #208779 Elm

📋 copy color: '#208779'

red 32 ◦ green 135 ◦ blue 121

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

Shades of Elm #208779

Tints of Elm #208779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.88%

 BLUE value IS 121 (47.66% from 255) = 42.01%

R = 11.11%
G = 46.88%
B = 42.01%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#208779 (or 0x208779) is known color: Elm. HEX triplet: 20, 87 and 79. RGB value is (32,135,121). Sum of RGB (Red+Green+Blue) = 32+135+121=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 135 - color contains mainly: green. Hex color #208779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208779 is #DF7886. Grayscale: #666666. Windows color (decimal): -14645383 or 7964448. OLE color: 7964448.

HSL color Cylindrical-coordinate representation of color #208779: hue angle of 171.84º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208779 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 32 135 121 -
CMYK 0.76 0 0.10 0.47
HSL 171.84º 0.62% 0.33% -
HSV(B) 171.84º 0.76% 0.53% -
XYZ 12.71 19.02 21.09 -
YUV 102.61 138.38 77.64 -
System Red Green Blue C M Y K H S L
Decimal 32 135 121 0.76 0 0.10 0.47 171.84 0.62 0.33
Hex 20 87 79 4C 0 A 2F AC 3E 21
Octal 40 207 171 114 0 12 57 254 76 41
Binary 100000 10000111 1111001 1001100 0 1010 101111 10101100 111110 100001

Color Harmonies of #208779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208779

Black with #208779

Text Example


Text Example

White with #208779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208779; }

 p { color: rgb(32,135,121); }

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

background-color css

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

 a { background-color: rgb(32,135,121); }

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

border-color css

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

 span { border-color: rgb(32,135,121); }

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