#35E1A6

Color #35E1A6 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #35E1A6

Tints of Shamrock #35E1A6

Color information

#35E1A6 (or 0x35E1A6) is unknown color: approx Shamrock. HEX triplet: 35, E1 and A6. RGB value is (53,225,166). Sum of RGB (Red+Green+Blue) = 53+225+166=444 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.94% from 444); Green value is 225 (88.28% from 255 or 50.68% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 225 - color contains mainly: green. Hex color #35E1A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35E1A6 is #CA1E59. Grayscale: #A6A6A6. Windows color (decimal): -13246042 or 10936629. OLE color: 10936629.

HSL color Cylindrical-coordinate representation of color #35E1A6: hue angle of 159.42º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35E1A6 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB53225166-
CMYK0.7600.260.12
HSL159.42º74.14%54.51%-
HSV(B)159.42º76.44%88.24%-
XYZ35.2857.3645.29-
YUV166.85127.5246.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.94%
GREEN value IS 225 (88.28% from 255) = 50.68%
BLUE value IS 166 (65.23% from 255) = 37.39%
R=11.94%
G=50.68%
B=37.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal532251660.7600.260.12159.4274.1454.51
Hex35E1A64C01AC9f4a37
Octal653412461140321423711267
Binary110101111000011010011010011000110101100100111111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,225,166); }

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

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

 a { background-color: rgb(53,225,166); }

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

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

 span { border-color: rgb(53,225,166); }

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