Html Css Color HEX #208980 Elm

📋 copy color: '#208980'

red 32 ◦ green 137 ◦ blue 128

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

Shades of Elm #208980

Tints of Elm #208980

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.13%

 BLUE value IS 128 (50.39% from 255) = 43.1%

R = 10.77%
G = 46.13%
B = 43.1%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#208980 (or 0x208980) is known color: Elm. HEX triplet: 20, 89 and 80. RGB value is (32,137,128). Sum of RGB (Red+Green+Blue) = 32+137+128=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #208980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208980 is #DF767F. Grayscale: #686868. Windows color (decimal): -14644864 or 8423712. OLE color: 8423712.

HSL color Cylindrical-coordinate representation of color #208980: hue angle of 174.86º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208980 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 137 128 -
CMYK 0.77 0 0.07 0.46
HSL 174.86º 0.62% 0.33% -
HSV(B) 174.86º 0.77% 0.54% -
XYZ 13.44 19.76 23.53 -
YUV 104.58 141.21 76.23 -
System Red Green Blue C M Y K H S L
Decimal 32 137 128 0.77 0 0.07 0.46 174.86 0.62 0.33
Hex 20 89 80 4D 0 7 2E AF 3E 21
Octal 40 211 200 115 0 7 56 257 76 41
Binary 100000 10001001 10000000 1001101 0 111 101110 10101111 111110 100001

Color Harmonies of #208980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208980

Black with #208980

Text Example


Text Example

White with #208980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208980; }

 p { color: rgb(32,137,128); }

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

background-color css

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

 a { background-color: rgb(32,137,128); }

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

border-color css

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

 span { border-color: rgb(32,137,128); }

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