#35C3A0

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

Shades of Shamrock #35C3A0

Tints of Shamrock #35C3A0

Color information

#35C3A0 (or 0x35C3A0) is unknown color: approx Shamrock. HEX triplet: 35, C3 and A0. RGB value is (53,195,160). Sum of RGB (Red+Green+Blue) = 53+195+160=408 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.99% from 408); Green value is 195 (76.56% from 255 or 47.79% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 195 - color contains mainly: green. Hex color #35C3A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C3A0 is #CA3C5F. Grayscale: #949494. Windows color (decimal): -13253728 or 10535733. OLE color: 10535733.

HSL color Cylindrical-coordinate representation of color #35C3A0: hue angle of 165.21º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C3A0 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB53195160-
CMYK0.7300.180.24
HSL165.21º57.26%48.63%-
HSV(B)165.21º72.82%76.47%-
XYZ27.3342.3339.99-
YUV148.55134.4659.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.99%
GREEN value IS 195 (76.56% from 255) = 47.79%
BLUE value IS 160 (62.89% from 255) = 39.22%
R=12.99%
G=47.79%
B=39.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal531951600.7300.180.24165.2157.2648.63
Hex35C3A04901218a53931
Octal65303240111022302457161
Binary110101110000111010000010010010100101100010100101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,195,160); }

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

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

 a { background-color: rgb(53,195,160); }

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

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

 span { border-color: rgb(53,195,160); }

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