#35C5AD

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

Shades of Shamrock #35C5AD

Tints of Shamrock #35C5AD

Color information

#35C5AD (or 0x35C5AD) is unknown color: approx Shamrock. HEX triplet: 35, C5 and AD. RGB value is (53,197,173). Sum of RGB (Red+Green+Blue) = 53+197+173=423 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.53% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 197 - color contains mainly: green. Hex color #35C5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C5AD is #CA3A52. Grayscale: #979797. Windows color (decimal): -13253203 or 11388213. OLE color: 11388213.

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

Color convert

RGB53197173-
CMYK0.7300.120.23
HSL170º57.6%49.02%-
HSV(B)170º73.1%77.25%-
XYZ28.9843.7146.44-
YUV151.21140.2957.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.53%
GREEN value IS 197 (77.34% from 255) = 46.57%
BLUE value IS 173 (67.97% from 255) = 40.90%
R=12.53%
G=46.57%
B=40.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal531971730.7300.120.2317057.649.02
Hex35C5AD490C17aa3a31
Octal65305255111014272527261
Binary11010111000101101011011001001011001011110101010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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