#35EFA1

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

Shades of Shamrock #35EFA1

Tints of Shamrock #35EFA1

Color information

#35EFA1 (or 0x35EFA1) is unknown color: approx Shamrock. HEX triplet: 35, EF and A1. RGB value is (53,239,161). Sum of RGB (Red+Green+Blue) = 53+239+161=453 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.70% from 453); Green value is 239 (93.75% from 255 or 52.76% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 239 - color contains mainly: green. Hex color #35EFA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35EFA1 is #CA105E. Grayscale: #AEAEAE. Windows color (decimal): -13242463 or 10612533. OLE color: 10612533.

HSL color Cylindrical-coordinate representation of color #35EFA1: hue angle of 154.84º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35EFA1 is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB53239161-
CMYK0.7800.330.06
HSL154.84º85.32%57.25%-
HSV(B)154.84º77.82%93.73%-
XYZ38.7765.0644.23-
YUV174.49120.3841.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.70%
GREEN value IS 239 (93.75% from 255) = 52.76%
BLUE value IS 161 (63.28% from 255) = 35.54%
R=11.70%
G=52.76%
B=35.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal532391610.7800.330.06154.8485.3257.25
Hex35EFA14E02169b5539
Octal65357241116041623312571
Binary110101111011111010000110011100100001110100110111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,239,161); }

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

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

 a { background-color: rgb(53,239,161); }

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

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

 span { border-color: rgb(53,239,161); }

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