Html Css Color HEX #219080 Elf Green

📋 copy color: '#219080'

red 33 ◦ green 144 ◦ blue 128

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

Shades of Elf Green #219080

Tints of Elf Green #219080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.21%

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

R = 10.82%
G = 47.21%
B = 41.97%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#219080 (or 0x219080) is known color: Elf Green. HEX triplet: 21, 90 and 80. RGB value is (33,144,128). Sum of RGB (Red+Green+Blue) = 33+144+128=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #219080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219080 is #DE6F7F. Grayscale: #6C6C6C. Windows color (decimal): -14577536 or 8425505. OLE color: 8425505.

HSL color Cylindrical-coordinate representation of color #219080: hue angle of 171.35º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #219080 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 144 128 -
CMYK 0.77 0 0.11 0.44
HSL 171.35º 0.63% 0.35% -
HSV(B) 171.35º 0.77% 0.56% -
XYZ 14.5 21.83 23.87 -
YUV 108.99 138.73 73.8 -
System Red Green Blue C M Y K H S L
Decimal 33 144 128 0.77 0 0.11 0.44 171.35 0.63 0.35
Hex 21 90 80 4D 0 B 2C AB 3F 23
Octal 41 220 200 115 0 13 54 253 77 43
Binary 100001 10010000 10000000 1001101 0 1011 101100 10101011 111111 100011

Color Harmonies of #219080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219080

Black with #219080

Text Example


Text Example

White with #219080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219080; }

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

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

background-color css

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

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

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

border-color css

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

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

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