#35EA8C

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

Shades of Shamrock #35EA8C

Tints of Shamrock #35EA8C

Color information

#35EA8C (or 0x35EA8C) is unknown color: approx Shamrock. HEX triplet: 35, EA and 8C. RGB value is (53,234,140). Sum of RGB (Red+Green+Blue) = 53+234+140=427 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.41% from 427); Green value is 234 (91.80% from 255 or 54.80% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 234 - color contains mainly: green. Hex color #35EA8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35EA8C is #CA1573. Grayscale: #A9A9A9. Windows color (decimal): -13243764 or 9234997. OLE color: 9234997.

HSL color Cylindrical-coordinate representation of color #35EA8C: hue angle of 148.84º 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 #35EA8C is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB53234140-
CMYK0.7700.400.08
HSL148.84º81.17%56.27%-
HSV(B)148.84º77.35%91.76%-
XYZ35.6261.534.8-
YUV169.17111.5345.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.41%
GREEN value IS 234 (91.80% from 255) = 54.80%
BLUE value IS 140 (55.08% from 255) = 32.79%
R=12.41%
G=54.80%
B=32.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal532341400.7700.400.08148.8481.1756.27
Hex35EA8C4D0288955138
Octal653522141150501022512170
Binary1101011110101010001100100110101010001000100101011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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