#35DCA5

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

Shades of Shamrock #35DCA5

Tints of Shamrock #35DCA5

Color information

#35DCA5 (or 0x35DCA5) is unknown color: approx Shamrock. HEX triplet: 35, DC and A5. RGB value is (53,220,165). Sum of RGB (Red+Green+Blue) = 53+220+165=438 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.10% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #35DCA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DCA5 is #CA235A. Grayscale: #A3A3A3. Windows color (decimal): -13247323 or 10869813. OLE color: 10869813.

HSL color Cylindrical-coordinate representation of color #35DCA5: hue angle of 160.24º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DCA5 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB53220165-
CMYK0.7600.250.14
HSL160.24º70.46%53.53%-
HSV(B)160.24º75.91%86.27%-
XYZ33.8554.6644.36-
YUV163.8128.6748.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.10%
GREEN value IS 220 (86.33% from 255) = 50.23%
BLUE value IS 165 (64.84% from 255) = 37.67%
R=12.10%
G=50.23%
B=37.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal532201650.7600.250.14160.2470.4653.53
Hex35DCA54C019Ea04636
Octal653342451140311624010666
Binary110101110111001010010110011000110011110101000001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,220,165); }

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

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

 a { background-color: rgb(53,220,165); }

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

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

 span { border-color: rgb(53,220,165); }

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