#46D9AA

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

Shades of Shamrock #46D9AA

Tints of Shamrock #46D9AA

Color information

#46D9AA (or 0x46D9AA) is unknown color: approx Shamrock. HEX triplet: 46, D9 and AA. RGB value is (70,217,170). Sum of RGB (Red+Green+Blue) = 70+217+170=457 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.32% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #46D9AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D9AA is #B92655. Grayscale: #A7A7A7. Windows color (decimal): -12133974 or 11196742. OLE color: 11196742.

HSL color Cylindrical-coordinate representation of color #46D9AA: hue angle of 160.82º degrees, saturation: 0.66, 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 #46D9AA is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB70217170-
CMYK0.6800.220.15
HSL160.82º65.92%56.27%-
HSV(B)160.82º67.74%85.1%-
XYZ34.5953.8346.6-
YUV167.69129.358.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.32%
GREEN value IS 217 (85.16% from 255) = 47.48%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=15.32%
G=47.48%
B=37.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal702171700.6800.220.15160.8265.9256.27
Hex46D9AA44016Fa14238
Octal1063312521040261724110270
Binary1000110110110011010101010001000101101111101000011000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,217,170); }

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

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

 a { background-color: rgb(70,217,170); }

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

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

 span { border-color: rgb(70,217,170); }

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