#35EA93

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

Shades of Shamrock #35EA93

Tints of Shamrock #35EA93

Color information

#35EA93 (or 0x35EA93) is unknown color: approx Shamrock. HEX triplet: 35, EA and 93. RGB value is (53,234,147). Sum of RGB (Red+Green+Blue) = 53+234+147=434 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.21% from 434); Green value is 234 (91.80% from 255 or 53.92% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 234 - color contains mainly: green. Hex color #35EA93 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35EA93 is #CA156C. Grayscale: #AAAAAA. Windows color (decimal): -13243757 or 9693749. OLE color: 9693749.

HSL color Cylindrical-coordinate representation of color #35EA93: hue angle of 151.16º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35EA93 is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB53234147-
CMYK0.7700.370.08
HSL151.16º81.17%56.27%-
HSV(B)151.16º77.35%91.76%-
XYZ36.1661.7137.61-
YUV169.96115.0344.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.21%
GREEN value IS 234 (91.80% from 255) = 53.92%
BLUE value IS 147 (57.81% from 255) = 33.87%
R=12.21%
G=53.92%
B=33.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal532341470.7700.370.08151.1681.1756.27
Hex35EA934D0258975138
Octal653522231150451022712170
Binary1101011110101010010011100110101001011000100101111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,234,147); }

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

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

 a { background-color: rgb(53,234,147); }

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

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

 span { border-color: rgb(53,234,147); }

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