Html Css Color HEX #229F6B Eucalyptus

📋 copy color: '#229F6B'

red 34 ◦ green 159 ◦ blue 107

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

Shades of Eucalyptus #229F6B

Tints of Eucalyptus #229F6B

RGB

 RED value IS 34 (13.67% from 255) = 11.33%

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

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

R = 11.33%
G = 53%
B = 35.67%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#229F6B (or 0x229F6B) is known color: Eucalyptus. HEX triplet: 22, 9F and 6B. RGB value is (34,159,107). Sum of RGB (Red+Green+Blue) = 34+159+107=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 159 (62.5% from 255 or 53% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 159 - color contains mainly: green. Hex color #229F6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229F6B is #DD6094. Grayscale: #737373. Windows color (decimal): -14508181 or 7053090. OLE color: 7053090.

HSL color Cylindrical-coordinate representation of color #229F6B: hue angle of 155.04º degrees, saturation: 0.65, 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 #229F6B is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB 34 159 107 -
CMYK 0.79 0 0.33 0.38
HSL 155.04º 0.65% 0.38% -
HSV(B) 155.04º 0.79% 0.62% -
XYZ 15.71 26.2 18.14 -
YUV 115.7 123.09 69.73 -
System Red Green Blue C M Y K H S L
Decimal 34 159 107 0.79 0 0.33 0.38 155.04 0.65 0.38
Hex 22 9F 6B 4F 0 21 26 9B 41 26
Octal 42 237 153 117 0 41 46 233 101 46
Binary 100010 10011111 1101011 1001111 0 100001 100110 10011011 1000001 100110

Color Harmonies of #229F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229F6B

Black with #229F6B

Text Example


Text Example

White with #229F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229F6B; }

 p { color: rgb(34,159,107); }

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

background-color css

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

 a { background-color: rgb(34,159,107); }

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

border-color css

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

 span { border-color: rgb(34,159,107); }

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