#35EDAB

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

Shades of Shamrock #35EDAB

Tints of Shamrock #35EDAB

Color information

#35EDAB (or 0x35EDAB) is unknown color: approx Shamrock. HEX triplet: 35, ED and AB. RGB value is (53,237,171). Sum of RGB (Red+Green+Blue) = 53+237+171=461 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.50% from 461); Green value is 237 (92.97% from 255 or 51.41% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 237 - color contains mainly: green. Hex color #35EDAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35EDAB is #CA1254. Grayscale: #AEAEAE. Windows color (decimal): -13242965 or 11267381. OLE color: 11267381.

HSL color Cylindrical-coordinate representation of color #35EDAB: hue angle of 158.48º 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 #35EDAB is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB53237171-
CMYK0.7800.280.07
HSL158.48º83.64%56.86%-
HSV(B)158.48º77.64%92.94%-
XYZ39.164.2748.87-
YUV174.46126.0441.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.50%
GREEN value IS 237 (92.97% from 255) = 51.41%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=11.50%
G=51.41%
B=37.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal532371710.7800.280.07158.4883.6456.86
Hex35EDAB4E01C79e5439
Octal65355253116034723612471
Binary11010111101101101010111001110011100111100111101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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