#35c496

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

Shades of Shamrock #35C496

Tints of Shamrock #35C496

Color information

#35C496 (or 0x35C496) is unknown color: approx Shamrock. HEX triplet: 35, C4 and 96. RGB value is (53,196,150). Sum of RGB (Red+Green+Blue) = 53+196+150=399 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.28% from 399); Green value is 196 (76.95% from 255 or 49.12% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 196 - color contains mainly: green. Hex color #35C496 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C496 is #CA3B69. Grayscale: #949494. Windows color (decimal): -13253482 or 9880629. OLE color: 9880629.

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

Color convert

RGB53196150-
CMYK0.7300.230.23
HSL160.7º57.43%48.82%-
HSV(B)160.7º72.96%76.86%-
XYZ26.7142.4435.64-
YUV148129.1260.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.28%
GREEN value IS 196 (76.95% from 255) = 49.12%
BLUE value IS 150 (58.98% from 255) = 37.59%
R=13.28%
G=49.12%
B=37.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal531961500.7300.230.23160.757.4348.82
Hex35C4964901717a13931
Octal65304226111027272417161
Binary110101110001001001011010010010101111011110100001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35c496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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