Html Css Color HEX #208380 Elm

📋 copy color: '#208380'

red 32 ◦ green 131 ◦ blue 128

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

Shades of Elm #208380

Tints of Elm #208380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.02%

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

R = 11%
G = 45.02%
B = 43.99%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#208380 (or 0x208380) is known color: Elm. HEX triplet: 20, 83 and 80. RGB value is (32,131,128). Sum of RGB (Red+Green+Blue) = 32+131+128=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 131 (51.56% from 255 or 45.02% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 131 - color contains mainly: green. Hex color #208380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208380 is #DF7C7F. Grayscale: #646464. Windows color (decimal): -14646400 or 8422176. OLE color: 8422176.

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

Color convert

RGB 32 131 128 -
CMYK 0.76 0 0.02 0.49
HSL 178.18º 0.61% 0.32% -
HSV(B) 178.18º 0.76% 0.51% -
XYZ 12.61 18.1 23.25 -
YUV 101.06 143.2 78.74 -
System Red Green Blue C M Y K H S L
Decimal 32 131 128 0.76 0 0.02 0.49 178.18 0.61 0.32
Hex 20 83 80 4C 0 2 31 B2 3D 20
Octal 40 203 200 114 0 2 61 262 75 40
Binary 100000 10000011 10000000 1001100 0 10 110001 10110010 111101 100000

Color Harmonies of #208380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208380

Black with #208380

Text Example


Text Example

White with #208380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208380; }

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

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

background-color css

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

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

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

border-color css

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

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

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