#35C696

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

Shades of Shamrock #35C696

Tints of Shamrock #35C696

Color information

#35C696 (or 0x35C696) is unknown color: approx Shamrock. HEX triplet: 35, C6 and 96. RGB value is (53,198,150). Sum of RGB (Red+Green+Blue) = 53+198+150=401 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.22% from 401); Green value is 198 (77.73% from 255 or 49.38% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 198 - color contains mainly: green. Hex color #35C696 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C696 is #CA3969. Grayscale: #959595. Windows color (decimal): -13252970 or 9881141. OLE color: 9881141.

HSL color Cylindrical-coordinate representation of color #35C696: hue angle of 160.14º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C696 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB53198150-
CMYK0.7300.240.22
HSL160.14º57.77%49.22%-
HSV(B)160.14º73.23%77.65%-
XYZ27.1743.3535.79-
YUV149.17128.4659.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.22%
GREEN value IS 198 (77.73% from 255) = 49.38%
BLUE value IS 150 (58.98% from 255) = 37.41%
R=13.22%
G=49.38%
B=37.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal531981500.7300.240.22160.1457.7749.22
Hex35C6964901816a03a31
Octal65306226111030262407261
Binary110101110001101001011010010010110001011010100000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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