Html Css Color HEX #219F68 Eucalyptus

📋 copy color: '#219F68'

red 33 ◦ green 159 ◦ blue 104

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

Shades of Eucalyptus #219F68

Tints of Eucalyptus #219F68

RGB

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

 GREEN value IS 159 (62.5% from 255) = 53.72%

 BLUE value IS 104 (41.02% from 255) = 35.14%

R = 11.15%
G = 53.72%
B = 35.14%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#219F68 (or 0x219F68) is known color: Eucalyptus. HEX triplet: 21, 9F and 68. RGB value is (33,159,104). Sum of RGB (Red+Green+Blue) = 33+159+104=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 159 (62.5% from 255 or 53.72% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 159 - color contains mainly: green. Hex color #219F68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219F68 is #DE6097. Grayscale: #737373. Windows color (decimal): -14573720 or 6856481. OLE color: 6856481.

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

Color convert

RGB 33 159 104 -
CMYK 0.79 0 0.35 0.38
HSL 153.81º 0.66% 0.38% -
HSV(B) 153.81º 0.79% 0.62% -
XYZ 15.52 26.12 17.32 -
YUV 115.06 121.76 69.47 -
System Red Green Blue C M Y K H S L
Decimal 33 159 104 0.79 0 0.35 0.38 153.81 0.66 0.38
Hex 21 9F 68 4F 0 23 26 9A 42 26
Octal 41 237 150 117 0 43 46 232 102 46
Binary 100001 10011111 1101000 1001111 0 100011 100110 10011010 1000010 100110

Color Harmonies of #219F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219F68

Black with #219F68

Text Example


Text Example

White with #219F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,159,104); }

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

background-color css

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

 a { background-color: rgb(33,159,104); }

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

border-color css

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

 span { border-color: rgb(33,159,104); }

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