#46D7AB

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

Shades of Shamrock #46D7AB

Tints of Shamrock #46D7AB

Color information

#46D7AB (or 0x46D7AB) is unknown color: approx Shamrock. HEX triplet: 46, D7 and AB. RGB value is (70,215,171). Sum of RGB (Red+Green+Blue) = 70+215+171=456 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.35% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 215 - color contains mainly: green. Hex color #46D7AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D7AB is #B92854. Grayscale: #A6A6A6. Windows color (decimal): -12134485 or 11261766. OLE color: 11261766.

HSL color Cylindrical-coordinate representation of color #46D7AB: hue angle of 161.79º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D7AB is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB70215171-
CMYK0.6700.200.16
HSL161.79º64.44%55.88%-
HSV(B)161.79º67.44%84.31%-
XYZ34.1852.8446.93-
YUV166.63130.4659.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.35%
GREEN value IS 215 (84.38% from 255) = 47.15%
BLUE value IS 171 (67.19% from 255) = 37.5%
R=15.35%
G=47.15%
B=37.5%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal702151710.6700.200.16161.7964.4455.88
Hex46D7AB4301410a24038
Octal1063272531030242024210070
Binary10001101101011110101011100001101010010000101000101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,215,171); }

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

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

 a { background-color: rgb(70,215,171); }

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

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

 span { border-color: rgb(70,215,171); }

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