#46c888

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

Shades of Emerald #46C888

Tints of Emerald #46C888

Color information

#46C888 (or 0x46C888) is unknown color: approx Emerald. HEX triplet: 46, C8 and 88. RGB value is (70,200,136). Sum of RGB (Red+Green+Blue) = 70+200+136=406 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.24% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #46C888 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46C888 is #B93777. Grayscale: #999999. Windows color (decimal): -12138360 or 8964166. OLE color: 8964166.

HSL color Cylindrical-coordinate representation of color #46C888: hue angle of 150.46º 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 #46C888 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB70200136-
CMYK0.6500.320.22
HSL150.46º54.17%52.94%-
HSV(B)150.46º65%78.43%-
XYZ27.6244.3930.4-
YUV153.83117.9368.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.24%
GREEN value IS 200 (78.52% from 255) = 49.26%
BLUE value IS 136 (53.52% from 255) = 33.50%
R=17.24%
G=49.26%
B=33.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal702001360.6500.320.22150.4654.1752.94
Hex46C8884102016963635
Octal106310210101040262266665
Binary10001101100100010001000100000101000001011010010110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46c888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,200,136); }

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

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

 a { background-color: rgb(70,200,136); }

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

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

 span { border-color: rgb(70,200,136); }

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