#46C79C

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

Shades of Shamrock #46C79C

Tints of Shamrock #46C79C

Color information

#46C79C (or 0x46C79C) is unknown color: approx Shamrock. HEX triplet: 46, C7 and 9C. RGB value is (70,199,156). Sum of RGB (Red+Green+Blue) = 70+199+156=425 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.47% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 199 - color contains mainly: green. Hex color #46C79C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46C79C is #B93863. Grayscale: #9B9B9B. Windows color (decimal): -12138596 or 10274630. OLE color: 10274630.

HSL color Cylindrical-coordinate representation of color #46C79C: hue angle of 160º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C79C is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB70199156-
CMYK0.6500.220.22
HSL160º53.53%52.75%-
HSV(B)160º64.82%78.04%-
XYZ28.9544.5538.53-
YUV155.53128.2667-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.47%
GREEN value IS 199 (78.12% from 255) = 46.82%
BLUE value IS 156 (61.33% from 255) = 36.71%
R=16.47%
G=46.82%
B=36.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal701991560.6500.220.2216053.5352.75
Hex46C79C4101616a03635
Octal106307234101026262406665
Binary1000110110001111001110010000010101101011010100000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46C79C; }

 p { color: rgb(70,199,156); }

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

<style>
 a { background-color: #46C79C; }

 a { background-color: rgb(70,199,156); }

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

<style>
 span { border-color: #46C79C; }

 span { border-color: rgb(70,199,156); }

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