#35C59E

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

Shades of Shamrock #35C59E

Tints of Shamrock #35C59E

Color information

#35C59E (or 0x35C59E) is unknown color: approx Shamrock. HEX triplet: 35, C5 and 9E. RGB value is (53,197,158). Sum of RGB (Red+Green+Blue) = 53+197+158=408 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.99% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 197 - color contains mainly: green. Hex color #35C59E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C59E is #CA3A61. Grayscale: #959595. Windows color (decimal): -13253218 or 10405173. OLE color: 10405173.

HSL color Cylindrical-coordinate representation of color #35C59E: hue angle of 163.75º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C59E is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB53197158-
CMYK0.7300.200.23
HSL163.75º57.6%49.02%-
HSV(B)163.75º73.1%77.25%-
XYZ27.6143.1639.22-
YUV149.5132.7959.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.99%
GREEN value IS 197 (77.34% from 255) = 48.28%
BLUE value IS 158 (62.11% from 255) = 38.73%
R=12.99%
G=48.28%
B=38.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal531971580.7300.200.23163.7557.649.02
Hex35C59E4901417a43a31
Octal65305236111024272447261
Binary110101110001011001111010010010101001011110100100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,197,158); }

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

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

 a { background-color: rgb(53,197,158); }

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

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

 span { border-color: rgb(53,197,158); }

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