#46d8a5

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

Shades of Shamrock #46D8A5

Tints of Shamrock #46D8A5

Color information

#46D8A5 (or 0x46D8A5) is unknown color: approx Shamrock. HEX triplet: 46, D8 and A5. RGB value is (70,216,165). Sum of RGB (Red+Green+Blue) = 70+216+165=451 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.52% from 451); Green value is 216 (84.77% from 255 or 47.89% from 451); Blue value is 165 (64.84% from 255 or 36.59% from 451); Max value from RGB is 216 - color contains mainly: green. Hex color #46D8A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D8A5 is #B9275A. Grayscale: #A6A6A6. Windows color (decimal): -12134235 or 10868806. OLE color: 10868806.

HSL color Cylindrical-coordinate representation of color #46D8A5: hue angle of 159.04º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46D8A5 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB70216165-
CMYK0.6800.240.15
HSL159.04º65.18%56.08%-
HSV(B)159.04º67.59%84.71%-
XYZ33.8753.1344.07-
YUV166.53127.1359.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.52%
GREEN value IS 216 (84.77% from 255) = 47.89%
BLUE value IS 165 (64.84% from 255) = 36.59%
R=15.52%
G=47.89%
B=36.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal702161650.6800.240.15159.0465.1856.08
Hex46D8A544018F9f4138
Octal1063302451040301723710170
Binary1000110110110001010010110001000110001111100111111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46d8a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,216,165); }

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

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

 a { background-color: rgb(70,216,165); }

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

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

 span { border-color: rgb(70,216,165); }

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