#35C5A5

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

Shades of Shamrock #35C5A5

Tints of Shamrock #35C5A5

Color information

#35C5A5 (or 0x35C5A5) is unknown color: approx Shamrock. HEX triplet: 35, C5 and A5. RGB value is (53,197,165). Sum of RGB (Red+Green+Blue) = 53+197+165=415 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.77% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 165 (64.84% from 255 or 39.76% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #35C5A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C5A5 is #CA3A5A. Grayscale: #969696. Windows color (decimal): -13253211 or 10863925. OLE color: 10863925.

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

Color convert

RGB53197165-
CMYK0.7300.160.23
HSL166.67º57.6%49.02%-
HSV(B)166.67º73.1%77.25%-
XYZ28.2343.4142.49-
YUV150.3136.2958.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.77%
GREEN value IS 197 (77.34% from 255) = 47.47%
BLUE value IS 165 (64.84% from 255) = 39.76%
R=12.77%
G=47.47%
B=39.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal531971650.7300.160.23166.6757.649.02
Hex35C5A54901017a73a31
Octal65305245111020272477261
Binary110101110001011010010110010010100001011110100111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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