#35C3A9

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

Shades of Shamrock #35C3A9

Tints of Shamrock #35C3A9

Color information

#35C3A9 (or 0x35C3A9) is unknown color: approx Shamrock. HEX triplet: 35, C3 and A9. RGB value is (53,195,169). Sum of RGB (Red+Green+Blue) = 53+195+169=417 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.71% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 169 (66.41% from 255 or 40.53% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #35C3A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C3A9 is #CA3C56. Grayscale: #959595. Windows color (decimal): -13253719 or 11125557. OLE color: 11125557.

HSL color Cylindrical-coordinate representation of color #35C3A9: hue angle of 169.01º 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 #35C3A9 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB53195169-
CMYK0.7300.130.24
HSL169.01º57.26%48.63%-
HSV(B)169.01º72.82%76.47%-
XYZ28.1442.6544.29-
YUV149.58138.9659.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.71%
GREEN value IS 195 (76.56% from 255) = 46.76%
BLUE value IS 169 (66.41% from 255) = 40.53%
R=12.71%
G=46.76%
B=40.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal531951690.7300.130.24169.0157.2648.63
Hex35C3A9490D18a93931
Octal65303251111015302517161
Binary11010111000011101010011001001011011100010101001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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