#219E6A

Color #219E6A Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #219E6A

Tints of Eucalyptus #219E6A

Color information

#219E6A (or 0x219E6A) is unknown color: approx Eucalyptus. HEX triplet: 21, 9E and 6A. RGB value is (33,158,106). Sum of RGB (Red+Green+Blue) = 33+158+106=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 158 (62.11% from 255 or 53.20% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 158 - color contains mainly: green. Hex color #219E6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219E6A is #DE6195. Grayscale: #727272. Windows color (decimal): -14573974 or 6987297. OLE color: 6987297.

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

Color convert

RGB33158106-
CMYK0.7900.330.38
HSL155.04º65.45%37.45%-
HSV(B)155.04º79.11%61.96%-
XYZ15.4625.8217.8-
YUV114.7123.0969.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.11%
GREEN value IS 158 (62.11% from 255) = 53.20%
BLUE value IS 106 (41.80% from 255) = 35.69%
R=11.11%
G=53.20%
B=35.69%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal331581060.7900.330.38155.0465.4537.45
Hex219E6A4F021269b4125
Octal412361521170414623310145
Binary10000110011110110101010011110100001100110100110111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,158,106); }

 H1.HeaderClassName
 {
   color: #219E6A;
 }
 .AnyTagClassName
 {
   color: #219E6A;
 }
</style>
background-color css

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

 a { background-color: rgb(33,158,106); }

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

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

 span { border-color: rgb(33,158,106); }

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