#35C49D

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

Shades of Shamrock #35C49D

Tints of Shamrock #35C49D

Color information

#35C49D (or 0x35C49D) is unknown color: approx Shamrock. HEX triplet: 35, C4 and 9D. RGB value is (53,196,157). Sum of RGB (Red+Green+Blue) = 53+196+157=406 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.05% from 406); Green value is 196 (76.95% from 255 or 48.28% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 196 - color contains mainly: green. Hex color #35C49D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C49D is #CA3B62. Grayscale: #949494. Windows color (decimal): -13253475 or 10339381. OLE color: 10339381.

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

Color convert

RGB53196157-
CMYK0.7300.200.23
HSL163.64º57.43%48.82%-
HSV(B)163.64º72.96%76.86%-
XYZ27.2942.6738.7-
YUV148.8132.6259.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.05%
GREEN value IS 196 (76.95% from 255) = 48.28%
BLUE value IS 157 (61.72% from 255) = 38.67%
R=13.05%
G=48.28%
B=38.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal531961570.7300.200.23163.6457.4348.82
Hex35C49D4901417a43931
Octal65304235111024272447161
Binary110101110001001001110110010010101001011110100100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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