Html Css Color HEX #219660 Eucalyptus

📋 copy color: '#219660'

red 33 ◦ green 150 ◦ blue 96

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

Shades of Eucalyptus #219660

Tints of Eucalyptus #219660

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.76%

 BLUE value IS 96 (37.89% from 255) = 34.41%

R = 11.83%
G = 53.76%
B = 34.41%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#219660 (or 0x219660) is known color: Eucalyptus. HEX triplet: 21, 96 and 60. RGB value is (33,150,96). Sum of RGB (Red+Green+Blue) = 33+150+96=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #219660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219660 is #DE699F. Grayscale: #6C6C6C. Windows color (decimal): -14576032 or 6329889. OLE color: 6329889.

HSL color Cylindrical-coordinate representation of color #219660: hue angle of 152.31º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219660 is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 150 96 -
CMYK 0.78 0 0.36 0.41
HSL 152.31º 0.64% 0.36% -
HSV(B) 152.31º 0.78% 0.59% -
XYZ 13.64 22.98 14.78 -
YUV 108.86 120.74 73.89 -
System Red Green Blue C M Y K H S L
Decimal 33 150 96 0.78 0 0.36 0.41 152.31 0.64 0.36
Hex 21 96 60 4E 0 24 29 98 40 24
Octal 41 226 140 116 0 44 51 230 100 44
Binary 100001 10010110 1100000 1001110 0 100100 101001 10011000 1000000 100100

Color Harmonies of #219660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219660

Black with #219660

Text Example


Text Example

White with #219660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219660; }

 p { color: rgb(33,150,96); }

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

background-color css

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

 a { background-color: rgb(33,150,96); }

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

border-color css

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

 span { border-color: rgb(33,150,96); }

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