#35E9AD

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

Shades of Shamrock #35E9AD

Tints of Shamrock #35E9AD

Color information

#35E9AD (or 0x35E9AD) is unknown color: approx Shamrock. HEX triplet: 35, E9 and AD. RGB value is (53,233,173). Sum of RGB (Red+Green+Blue) = 53+233+173=459 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.55% from 459); Green value is 233 (91.41% from 255 or 50.76% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 233 - color contains mainly: green. Hex color #35E9AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35E9AD is #CA1652. Grayscale: #ACACAC. Windows color (decimal): -13243987 or 11397429. OLE color: 11397429.

HSL color Cylindrical-coordinate representation of color #35E9AD: hue angle of 160º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E9AD is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB53233173-
CMYK0.7700.260.09
HSL160º80.36%56.08%-
HSV(B)160º77.25%91.37%-
XYZ38.1562.0549.5-
YUV172.34128.3742.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.55%
GREEN value IS 233 (91.41% from 255) = 50.76%
BLUE value IS 173 (67.97% from 255) = 37.69%
R=11.55%
G=50.76%
B=37.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal532331730.7700.260.0916080.3656.08
Hex35E9AD4D01A9a05038
Octal653512551150321124012070
Binary110101111010011010110110011010110101001101000001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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