#35C294

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

Shades of Shamrock #35C294

Tints of Shamrock #35C294

Color information

#35C294 (or 0x35C294) is unknown color: approx Shamrock. HEX triplet: 35, C2 and 94. RGB value is (53,194,148). Sum of RGB (Red+Green+Blue) = 53+194+148=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #35C294 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C294 is #CA3D6B. Grayscale: #929292. Windows color (decimal): -13253996 or 9749045. OLE color: 9749045.

HSL color Cylindrical-coordinate representation of color #35C294: hue angle of 160.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C294 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB53194148-
CMYK0.7300.240.24
HSL160.43º57.09%48.43%-
HSV(B)160.43º72.68%76.08%-
XYZ26.1141.4834.65-
YUV146.6128.7961.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.42%
GREEN value IS 194 (76.17% from 255) = 49.11%
BLUE value IS 148 (58.20% from 255) = 37.47%
R=13.42%
G=49.11%
B=37.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal531941480.7300.240.24160.4357.0948.43
Hex35C2944901818a03930
Octal65302224111030302407160
Binary110101110000101001010010010010110001100010100000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,194,148); }

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

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

 a { background-color: rgb(53,194,148); }

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

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

 span { border-color: rgb(53,194,148); }

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