#35E5AD

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

Shades of Shamrock #35E5AD

Tints of Shamrock #35E5AD

Color information

#35E5AD (or 0x35E5AD) is unknown color: approx Shamrock. HEX triplet: 35, E5 and AD. RGB value is (53,229,173). Sum of RGB (Red+Green+Blue) = 53+229+173=455 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.65% from 455); Green value is 229 (89.84% from 255 or 50.33% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 229 - color contains mainly: green. Hex color #35E5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35E5AD is #CA1A52. Grayscale: #AAAAAA. Windows color (decimal): -13245011 or 11396405. OLE color: 11396405.

HSL color Cylindrical-coordinate representation of color #35E5AD: hue angle of 160.91º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E5AD is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB53229173-
CMYK0.7700.240.10
HSL160.91º77.19%55.29%-
HSV(B)160.91º76.86%89.8%-
XYZ37.0359.8149.13-
YUV169.99129.6944.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.65%
GREEN value IS 229 (89.84% from 255) = 50.33%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=11.65%
G=50.33%
B=38.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal532291730.7700.240.10160.9177.1955.29
Hex35E5AD4D018Aa14d37
Octal653452551150301224111567
Binary110101111001011010110110011010110001010101000011001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,229,173); }

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

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

 a { background-color: rgb(53,229,173); }

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

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

 span { border-color: rgb(53,229,173); }

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