#46BE87

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

Shades of Emerald #46BE87

Tints of Emerald #46BE87

Color information

#46BE87 (or 0x46BE87) is unknown color: approx Emerald. HEX triplet: 46, BE and 87. RGB value is (70,190,135). Sum of RGB (Red+Green+Blue) = 70+190+135=395 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.72% from 395); Green value is 190 (74.61% from 255 or 48.10% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 190 - color contains mainly: green. Hex color #46BE87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46BE87 is #B94178. Grayscale: #939393. Windows color (decimal): -12140921 or 8896070. OLE color: 8896070.

HSL color Cylindrical-coordinate representation of color #46BE87: hue angle of 152.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BE87 is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB70190135-
CMYK0.6300.290.25
HSL152.5º48%50.98%-
HSV(B)152.5º63.16%74.51%-
XYZ25.3139.8829.28-
YUV147.85120.7472.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.72%
GREEN value IS 190 (74.61% from 255) = 48.10%
BLUE value IS 135 (53.12% from 255) = 34.18%
R=17.72%
G=48.10%
B=34.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal701901350.6300.290.25152.54850.98
Hex46BE873F01D19983033
Octal10627620777035312306063
Binary100011010111110100001111111110111011100110011000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,190,135); }

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

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

 a { background-color: rgb(70,190,135); }

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

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

 span { border-color: rgb(70,190,135); }

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