Html Css Color HEX #219A6B Elf Green

📋 copy color: '#219A6B'

red 33 ◦ green 154 ◦ blue 107

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

Shades of Elf Green #219A6B

Tints of Elf Green #219A6B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 52.38%

 BLUE value IS 107 (42.19% from 255) = 36.39%

R = 11.22%
G = 52.38%
B = 36.39%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#219A6B (or 0x219A6B) is known color: Elf Green. HEX triplet: 21, 9A and 6B. RGB value is (33,154,107). Sum of RGB (Red+Green+Blue) = 33+154+107=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 154 (60.55% from 255 or 52.38% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 154 - color contains mainly: green. Hex color #219A6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219A6B is #DE6594. Grayscale: #707070. Windows color (decimal): -14574997 or 7051809. OLE color: 7051809.

HSL color Cylindrical-coordinate representation of color #219A6B: hue angle of 156.69º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219A6B is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 33 154 107 -
CMYK 0.79 0 0.31 0.40
HSL 156.69º 0.65% 0.37% -
HSV(B) 156.69º 0.79% 0.6% -
XYZ 14.84 24.5 17.86 -
YUV 112.46 124.91 71.32 -
System Red Green Blue C M Y K H S L
Decimal 33 154 107 0.79 0 0.31 0.40 156.69 0.65 0.37
Hex 21 9A 6B 4F 0 1F 28 9D 41 25
Octal 41 232 153 117 0 37 50 235 101 45
Binary 100001 10011010 1101011 1001111 0 11111 101000 10011101 1000001 100101

Color Harmonies of #219A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219A6B

Black with #219A6B

Text Example


Text Example

White with #219A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219A6B; }

 p { color: rgb(33,154,107); }

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

background-color css

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

 a { background-color: rgb(33,154,107); }

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

border-color css

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

 span { border-color: rgb(33,154,107); }

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