Html Css Color HEX #5AEBA8 Medium Aquamarine

📋 copy color: '#5AEBA8'

red 90 ◦ green 235 ◦ blue 168

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

Shades of Medium Aquamarine #5AEBA8

Tints of Medium Aquamarine #5AEBA8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.67%

 BLUE value IS 168 (66.02% from 255) = 34.08%

R = 18.26%
G = 47.67%
B = 34.08%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#5AEBA8 (or 0x5AEBA8) is known color: Medium Aquamarine. HEX triplet: 5A, EB and A8. RGB value is (90,235,168). Sum of RGB (Red+Green+Blue) = 90+235+168=493 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.26% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEBA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AEBA8 is #A51457. Grayscale: #B8B8B8. Windows color (decimal): -10818648 or 11070298. OLE color: 11070298.

HSL color Cylindrical-coordinate representation of color #5AEBA8: hue angle of 152.28º degrees, saturation: 0.78, 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 #5AEBA8 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 235 168 -
CMYK 0.62 0 0.29 0.08
HSL 152.28º 0.78% 0.64% -
HSV(B) 152.28º 0.62% 0.92% -
XYZ 40.99 64.42 47.32 -
YUV 184.01 118.96 60.95 -
System Red Green Blue C M Y K H S L
Decimal 90 235 168 0.62 0 0.29 0.08 152.28 0.78 0.64
Hex 5A EB A8 3E 0 1D 8 98 4E 40
Octal 132 353 250 76 0 35 10 230 116 100
Binary 1011010 11101011 10101000 111110 0 11101 1000 10011000 1001110 1000000

Color Harmonies of #5AEBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEBA8

Black with #5AEBA8

Text Example


Text Example

White with #5AEBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,235,168); }

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

background-color css

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

 a { background-color: rgb(90,235,168); }

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

border-color css

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

 span { border-color: rgb(90,235,168); }

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