#35C3A5

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

Shades of Shamrock #35C3A5

Tints of Shamrock #35C3A5

Color information

#35C3A5 (or 0x35C3A5) is unknown color: approx Shamrock. HEX triplet: 35, C3 and A5. RGB value is (53,195,165). Sum of RGB (Red+Green+Blue) = 53+195+165=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 195 - color contains mainly: green. Hex color #35C3A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C3A5 is #CA3C5A. Grayscale: #959595. Windows color (decimal): -13253723 or 10863413. OLE color: 10863413.

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

Color convert

RGB53195165-
CMYK0.7300.150.24
HSL167.32º57.26%48.63%-
HSV(B)167.32º72.82%76.47%-
XYZ27.7742.542.34-
YUV149.12136.9659.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.83%
GREEN value IS 195 (76.56% from 255) = 47.22%
BLUE value IS 165 (64.84% from 255) = 39.95%
R=12.83%
G=47.22%
B=39.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal531951650.7300.150.24167.3257.2648.63
Hex35C3A5490F18a73931
Octal65303245111017302477161
Binary11010111000011101001011001001011111100010100111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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