Html Css Color HEX #46BE86 Emerald

📋 copy color: '#46BE86'

red 70 ◦ green 190 ◦ blue 134

#46BE86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #46BE86

Tints of Emerald #46BE86

RGB

 RED value IS 70 (27.73% from 255) = 17.77%

 GREEN value IS 190 (74.61% from 255) = 48.22%

 BLUE value IS 134 (52.73% from 255) = 34.01%

R = 17.77%
G = 48.22%
B = 34.01%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#46BE86 (or 0x46BE86) is known color: Emerald. HEX triplet: 46, BE and 86. RGB value is (70,190,134). Sum of RGB (Red+Green+Blue) = 70+190+134=394 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.77% from 394); Green value is 190 (74.61% from 255 or 48.22% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 190 - color contains mainly: green. Hex color #46BE86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46BE86 is #B94179. Grayscale: #939393. Windows color (decimal): -12140922 or 8830534. OLE color: 8830534.

HSL color Cylindrical-coordinate representation of color #46BE86: hue angle of 152º 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 #46BE86 is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 190 134 -
CMYK 0.63 0 0.29 0.25
HSL 152º 0.48% 0.51% -
HSV(B) 152º 0.63% 0.75% -
XYZ 25.24 39.85 28.92 -
YUV 147.74 120.24 72.55 -
System Red Green Blue C M Y K H S L
Decimal 70 190 134 0.63 0 0.29 0.25 152 0.48 0.51
Hex 46 BE 86 3F 0 1D 19 98 30 33
Octal 106 276 206 77 0 35 31 230 60 63
Binary 1000110 10111110 10000110 111111 0 11101 11001 10011000 110000 110011

Color Harmonies of #46BE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BE86

Black with #46BE86

Text Example


Text Example

White with #46BE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #46BE86;
 }
 .AnyTagClassName
 {
   color: #46BE86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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