Html Css Color HEX #208474 Elm

📋 copy color: '#208474'

red 32 ◦ green 132 ◦ blue 116

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

Shades of Elm #208474

Tints of Elm #208474

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.14%

 BLUE value IS 116 (45.7% from 255) = 41.43%

R = 11.43%
G = 47.14%
B = 41.43%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#208474 (or 0x208474) is known color: Elm. HEX triplet: 20, 84 and 74. RGB value is (32,132,116). Sum of RGB (Red+Green+Blue) = 32+132+116=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #208474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208474 is #DF7B8B. Grayscale: #646464. Windows color (decimal): -14646156 or 7636000. OLE color: 7636000.

HSL color Cylindrical-coordinate representation of color #208474: hue angle of 170.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208474 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 32 132 116 -
CMYK 0.76 0 0.12 0.48
HSL 170.4º 0.61% 0.32% -
HSV(B) 170.4º 0.76% 0.52% -
XYZ 12 18.07 19.38 -
YUV 100.28 136.87 79.3 -
System Red Green Blue C M Y K H S L
Decimal 32 132 116 0.76 0 0.12 0.48 170.4 0.61 0.32
Hex 20 84 74 4C 0 C 30 AA 3D 20
Octal 40 204 164 114 0 14 60 252 75 40
Binary 100000 10000100 1110100 1001100 0 1100 110000 10101010 111101 100000

Color Harmonies of #208474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208474

Black with #208474

Text Example


Text Example

White with #208474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208474; }

 p { color: rgb(32,132,116); }

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

background-color css

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

 a { background-color: rgb(32,132,116); }

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

border-color css

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

 span { border-color: rgb(32,132,116); }

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