#35EBA8

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

Shades of Shamrock #35EBA8

Tints of Shamrock #35EBA8

Color information

#35EBA8 (or 0x35EBA8) is unknown color: approx Shamrock. HEX triplet: 35, EB and A8. RGB value is (53,235,168). Sum of RGB (Red+Green+Blue) = 53+235+168=456 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.62% from 456); Green value is 235 (92.19% from 255 or 51.54% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 235 - color contains mainly: green. Hex color #35EBA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35EBA8 is #CA1457. Grayscale: #ADADAD. Windows color (decimal): -13243480 or 11070261. OLE color: 11070261.

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

Color convert

RGB53235168-
CMYK0.7700.290.08
HSL157.91º81.98%56.47%-
HSV(B)157.91º77.45%92.16%-
XYZ38.246347.19-
YUV172.94125.242.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.62%
GREEN value IS 235 (92.19% from 255) = 51.54%
BLUE value IS 168 (66.02% from 255) = 36.84%
R=11.62%
G=51.54%
B=36.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal532351680.7700.290.08157.9181.9856.47
Hex35EBA84D01D89e5238
Octal653532501150351023612270
Binary110101111010111010100010011010111011000100111101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,235,168); }

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

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

 a { background-color: rgb(53,235,168); }

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

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

 span { border-color: rgb(53,235,168); }

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