Html Css Color HEX #218980 Elm

📋 copy color: '#218980'

red 33 ◦ green 137 ◦ blue 128

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

Shades of Elm #218980

Tints of Elm #218980

RGB

 RED value IS 33 (13.28% from 255) = 11.07%

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

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

R = 11.07%
G = 45.97%
B = 42.95%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#218980 (or 0x218980) is known color: Elm. HEX triplet: 21, 89 and 80. RGB value is (33,137,128). Sum of RGB (Red+Green+Blue) = 33+137+128=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 137 - color contains mainly: green. Hex color #218980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218980 is #DE767F. Grayscale: #686868. Windows color (decimal): -14579328 or 8423713. OLE color: 8423713.

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

Color convert

RGB 33 137 128 -
CMYK 0.76 0 0.07 0.46
HSL 174.81º 0.61% 0.33% -
HSV(B) 174.81º 0.76% 0.54% -
XYZ 13.47 19.77 23.53 -
YUV 104.88 141.04 76.73 -
System Red Green Blue C M Y K H S L
Decimal 33 137 128 0.76 0 0.07 0.46 174.81 0.61 0.33
Hex 21 89 80 4C 0 7 2E AF 3D 21
Octal 41 211 200 114 0 7 56 257 75 41
Binary 100001 10001001 10000000 1001100 0 111 101110 10101111 111101 100001

Color Harmonies of #218980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218980

Black with #218980

Text Example


Text Example

White with #218980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218980; }

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

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

background-color css

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

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

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

border-color css

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

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

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