#35EAA5

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

Shades of Shamrock #35EAA5

Tints of Shamrock #35EAA5

Color information

#35EAA5 (or 0x35EAA5) is unknown color: approx Shamrock. HEX triplet: 35, EA and A5. RGB value is (53,234,165). Sum of RGB (Red+Green+Blue) = 53+234+165=452 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.73% from 452); Green value is 234 (91.80% from 255 or 51.77% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 234 - color contains mainly: green. Hex color #35EAA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35EAA5 is #CA155A. Grayscale: #ACACAC. Windows color (decimal): -13243739 or 10873397. OLE color: 10873397.

HSL color Cylindrical-coordinate representation of color #35EAA5: hue angle of 157.13º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35EAA5 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB53234165-
CMYK0.7700.290.08
HSL157.13º81.17%56.27%-
HSV(B)157.13º77.35%91.76%-
XYZ37.6862.3245.64-
YUV172.02124.0343.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.73%
GREEN value IS 234 (91.80% from 255) = 51.77%
BLUE value IS 165 (64.84% from 255) = 36.50%
R=11.73%
G=51.77%
B=36.50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal532341650.7700.290.08157.1381.1756.27
Hex35EAA54D01D89d5138
Octal653522451150351023512170
Binary110101111010101010010110011010111011000100111011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,234,165); }

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

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

 a { background-color: rgb(53,234,165); }

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

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

 span { border-color: rgb(53,234,165); }

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