#35EDAD

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

Shades of Shamrock #35EDAD

Tints of Shamrock #35EDAD

Color information

#35EDAD (or 0x35EDAD) is unknown color: approx Shamrock. HEX triplet: 35, ED and AD. RGB value is (53,237,173). Sum of RGB (Red+Green+Blue) = 53+237+173=463 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.45% from 463); Green value is 237 (92.97% from 255 or 51.19% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 237 - color contains mainly: green. Hex color #35EDAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35EDAD is #CA1252. Grayscale: #AEAEAE. Windows color (decimal): -13242963 or 11398453. OLE color: 11398453.

HSL color Cylindrical-coordinate representation of color #35EDAD: hue angle of 159.13º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35EDAD is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB53237173-
CMYK0.7800.270.07
HSL159.13º83.64%56.86%-
HSV(B)159.13º77.64%92.94%-
XYZ39.364.3449.88-
YUV174.69127.0441.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.45%
GREEN value IS 237 (92.97% from 255) = 51.19%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=11.45%
G=51.19%
B=37.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal532371730.7800.270.07159.1383.6456.86
Hex35EDAD4E01B79f5439
Octal65355255116033723712471
Binary11010111101101101011011001110011011111100111111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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