Html Css Color HEX #5AEAB0 Medium Aquamarine

📋 copy color: '#5AEAB0'

red 90 ◦ green 234 ◦ blue 176

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

Shades of Medium Aquamarine #5AEAB0

Tints of Medium Aquamarine #5AEAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.2%

R = 18%
G = 46.8%
B = 35.2%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#5AEAB0 (or 0x5AEAB0) is known color: Medium Aquamarine. HEX triplet: 5A, EA and B0. RGB value is (90,234,176). Sum of RGB (Red+Green+Blue) = 90+234+176=500 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #5AEAB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AEAB0 is #A5154F. Grayscale: #B8B8B8. Windows color (decimal): -10818896 or 11594330. OLE color: 11594330.

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

Color convert

RGB 90 234 176 -
CMYK 0.62 0 0.25 0.08
HSL 155.83º 0.77% 0.64% -
HSV(B) 155.83º 0.62% 0.92% -
XYZ 41.48 64.15 51.27 -
YUV 184.33 123.29 60.72 -
System Red Green Blue C M Y K H S L
Decimal 90 234 176 0.62 0 0.25 0.08 155.83 0.77 0.64
Hex 5A EA B0 3E 0 19 8 9C 4D 40
Octal 132 352 260 76 0 31 10 234 115 100
Binary 1011010 11101010 10110000 111110 0 11001 1000 10011100 1001101 1000000

Color Harmonies of #5AEAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEAB0

Black with #5AEAB0

Text Example


Text Example

White with #5AEAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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