Html Css Color HEX #208983 Elm

📋 copy color: '#208983'

red 32 ◦ green 137 ◦ blue 131

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

Shades of Elm #208983

Tints of Elm #208983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 43.67%

R = 10.67%
G = 45.67%
B = 43.67%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#208983 (or 0x208983) is known color: Elm. HEX triplet: 20, 89 and 83. RGB value is (32,137,131). Sum of RGB (Red+Green+Blue) = 32+137+131=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #208983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208983 is #DF767C. Grayscale: #686868. Windows color (decimal): -14644861 or 8620320. OLE color: 8620320.

HSL color Cylindrical-coordinate representation of color #208983: hue angle of 176.57º 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 #208983 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 137 131 -
CMYK 0.77 0 0.04 0.46
HSL 176.57º 0.62% 0.33% -
HSV(B) 176.57º 0.77% 0.54% -
XYZ 13.64 19.84 24.58 -
YUV 104.92 142.71 75.99 -
System Red Green Blue C M Y K H S L
Decimal 32 137 131 0.77 0 0.04 0.46 176.57 0.62 0.33
Hex 20 89 83 4D 0 4 2E B1 3E 21
Octal 40 211 203 115 0 4 56 261 76 41
Binary 100000 10001001 10000011 1001101 0 100 101110 10110001 111110 100001

Color Harmonies of #208983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208983

Black with #208983

Text Example


Text Example

White with #208983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208983; }

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

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

background-color css

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

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

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

border-color css

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

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

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