Html Css Color HEX #35A166 Eucalyptus

📋 copy color: '#35A166'

red 53 ◦ green 161 ◦ blue 102

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

Shades of Eucalyptus #35A166

Tints of Eucalyptus #35A166

RGB

 RED value IS 53 (21.09% from 255) = 16.77%

 GREEN value IS 161 (63.28% from 255) = 50.95%

 BLUE value IS 102 (40.23% from 255) = 32.28%

R = 16.77%
G = 50.95%
B = 32.28%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#35A166 (or 0x35A166) is known color: Eucalyptus. HEX triplet: 35, A1 and 66. RGB value is (53,161,102). Sum of RGB (Red+Green+Blue) = 53+161+102=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 161 (63.28% from 255 or 50.95% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 161 - color contains mainly: green. Hex color #35A166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A166 is #CA5E99. Grayscale: #7A7A7A. Windows color (decimal): -13262490 or 6725941. OLE color: 6725941.

HSL color Cylindrical-coordinate representation of color #35A166: hue angle of 147.22º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A166 is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 53 161 102 -
CMYK 0.67 0 0.37 0.37
HSL 147.22º 0.5% 0.42% -
HSV(B) 147.22º 0.67% 0.63% -
XYZ 16.61 27.21 16.95 -
YUV 121.98 116.72 78.8 -
System Red Green Blue C M Y K H S L
Decimal 53 161 102 0.67 0 0.37 0.37 147.22 0.5 0.42
Hex 35 A1 66 43 0 25 25 93 32 2A
Octal 65 241 146 103 0 45 45 223 62 52
Binary 110101 10100001 1100110 1000011 0 100101 100101 10010011 110010 101010

Color Harmonies of #35A166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A166

Black with #35A166

Text Example


Text Example

White with #35A166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35A166; }

 p { color: rgb(53,161,102); }

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

background-color css

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

 a { background-color: rgb(53,161,102); }

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

border-color css

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

 span { border-color: rgb(53,161,102); }

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