#35C4AD

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

Shades of Shamrock #35C4AD

Tints of Shamrock #35C4AD

Color information

#35C4AD (or 0x35C4AD) is unknown color: approx Shamrock. HEX triplet: 35, C4 and AD. RGB value is (53,196,173). Sum of RGB (Red+Green+Blue) = 53+196+173=422 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.56% from 422); Green value is 196 (76.95% from 255 or 46.45% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 196 - color contains mainly: green. Hex color #35C4AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C4AD is #CA3B52. Grayscale: #969696. Windows color (decimal): -13253459 or 11387957. OLE color: 11387957.

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

Color convert

RGB53196173-
CMYK0.7300.120.23
HSL170.35º57.43%48.82%-
HSV(B)170.35º72.96%76.86%-
XYZ28.7543.2546.37-
YUV150.62140.6258.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.56%
GREEN value IS 196 (76.95% from 255) = 46.45%
BLUE value IS 173 (67.97% from 255) = 41.00%
R=12.56%
G=46.45%
B=41.00%

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
Decimal531961730.7300.120.23170.3557.4348.82
Hex35C4AD490C17aa3931
Octal65304255111014272527161
Binary11010111000100101011011001001011001011110101010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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