#35EA8A

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

Shades of Shamrock #35EA8A

Tints of Shamrock #35EA8A

Color information

#35EA8A (or 0x35EA8A) is unknown color: approx Shamrock. HEX triplet: 35, EA and 8A. RGB value is (53,234,138). Sum of RGB (Red+Green+Blue) = 53+234+138=425 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.47% from 425); Green value is 234 (91.80% from 255 or 55.06% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 234 - color contains mainly: green. Hex color #35EA8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35EA8A is #CA1575. Grayscale: #A9A9A9. Windows color (decimal): -13243766 or 9103925. OLE color: 9103925.

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

Color convert

RGB53234138-
CMYK0.7700.410.08
HSL148.18º81.17%56.27%-
HSV(B)148.18º77.35%91.76%-
XYZ35.4861.4434.03-
YUV168.94110.5345.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.47%
GREEN value IS 234 (91.80% from 255) = 55.06%
BLUE value IS 138 (54.30% from 255) = 32.47%
R=12.47%
G=55.06%
B=32.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal532341380.7700.410.08148.1881.1756.27
Hex35EA8A4D0298945138
Octal653522121150511022412170
Binary1101011110101010001010100110101010011000100101001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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