#35E3AE

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

Shades of Shamrock #35E3AE

Tints of Shamrock #35E3AE

Color information

#35E3AE (or 0x35E3AE) is unknown color: approx Shamrock. HEX triplet: 35, E3 and AE. RGB value is (53,227,174). Sum of RGB (Red+Green+Blue) = 53+227+174=454 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.67% from 454); Green value is 227 (89.06% from 255 or 50% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 227 - color contains mainly: green. Hex color #35E3AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35E3AE is #CA1C51. Grayscale: #A8A8A8. Windows color (decimal): -13245522 or 11461429. OLE color: 11461429.

HSL color Cylindrical-coordinate representation of color #35E3AE: hue angle of 161.72º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E3AE is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB53227174-
CMYK0.7700.230.11
HSL161.72º75.65%54.9%-
HSV(B)161.72º76.65%89.02%-
XYZ36.5858.7549.46-
YUV168.93130.8545.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.67%
GREEN value IS 227 (89.06% from 255) = 50%
BLUE value IS 174 (68.36% from 255) = 38.33%
R=11.67%
G=50%
B=38.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal532271740.7700.230.11161.7275.6554.9
Hex35E3AE4D017Ba24c37
Octal653432561150271324211467
Binary110101111000111010111010011010101111011101000101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,227,174); }

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

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

 a { background-color: rgb(53,227,174); }

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

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

 span { border-color: rgb(53,227,174); }

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