Html Css Color HEX #5AEA86 Emerald

📋 copy color: '#5AEA86'

red 90 ◦ green 234 ◦ blue 134

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

Shades of Emerald #5AEA86

Tints of Emerald #5AEA86

RGB

 RED value IS 90 (35.55% from 255) = 19.65%

 GREEN value IS 234 (91.8% from 255) = 51.09%

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

R = 19.65%
G = 51.09%
B = 29.26%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#5AEA86 (or 0x5AEA86) is known color: Emerald. HEX triplet: 5A, EA and 86. RGB value is (90,234,134). Sum of RGB (Red+Green+Blue) = 90+234+134=458 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.65% from 458); Green value is 234 (91.80% from 255 or 51.09% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 234 - color contains mainly: green. Hex color #5AEA86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AEA86 is #A51579. Grayscale: #B3B3B3. Windows color (decimal): -10818938 or 8841818. OLE color: 8841818.

HSL color Cylindrical-coordinate representation of color #5AEA86: hue angle of 138.33º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEA86 is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 234 134 -
CMYK 0.62 0 0.43 0.08
HSL 138.33º 0.77% 0.64% -
HSV(B) 138.33º 0.62% 0.92% -
XYZ 37.94 62.74 32.66 -
YUV 179.54 102.29 64.13 -
System Red Green Blue C M Y K H S L
Decimal 90 234 134 0.62 0 0.43 0.08 138.33 0.77 0.64
Hex 5A EA 86 3E 0 2B 8 8A 4D 40
Octal 132 352 206 76 0 53 10 212 115 100
Binary 1011010 11101010 10000110 111110 0 101011 1000 10001010 1001101 1000000

Color Harmonies of #5AEA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEA86

Black with #5AEA86

Text Example


Text Example

White with #5AEA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AEA86; }

 p { color: rgb(90,234,134); }

 H1.HeaderClassName
 {
   color: #5AEA86;
 }
 .AnyTagClassName
 {
   color: #5AEA86;
 }
</style>

background-color css

<style>
 a { background-color: #5AEA86; }

 a { background-color: rgb(90,234,134); }

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

border-color css

<style>
 span { border-color: #5AEA86; }

 span { border-color: rgb(90,234,134); }

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