Html Css Color HEX #5AF0A0 Medium Aquamarine

📋 copy color: '#5AF0A0'

red 90 ◦ green 240 ◦ blue 160

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

Shades of Medium Aquamarine #5AF0A0

Tints of Medium Aquamarine #5AF0A0

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.98%

 BLUE value IS 160 (62.89% from 255) = 32.65%

R = 18.37%
G = 48.98%
B = 32.65%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#5AF0A0 (or 0x5AF0A0) is known color: Medium Aquamarine. HEX triplet: 5A, F0 and A0. RGB value is (90,240,160). Sum of RGB (Red+Green+Blue) = 90+240+160=490 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.37% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF0A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF0A0 is #A50F5F. Grayscale: #BABABA. Windows color (decimal): -10817376 or 10547290. OLE color: 10547290.

HSL color Cylindrical-coordinate representation of color #5AF0A0: hue angle of 148º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AF0A0 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 90 240 160 -
CMYK 0.62 0 0.33 0.06
HSL 148º 0.83% 0.65% -
HSV(B) 148º 0.63% 0.94% -
XYZ 41.72 67.03 44 -
YUV 186.03 113.31 59.5 -
System Red Green Blue C M Y K H S L
Decimal 90 240 160 0.62 0 0.33 0.06 148 0.83 0.65
Hex 5A F0 A0 3E 0 21 6 94 53 41
Octal 132 360 240 76 0 41 6 224 123 101
Binary 1011010 11110000 10100000 111110 0 100001 110 10010100 1010011 1000001

Color Harmonies of #5AF0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF0A0

Black with #5AF0A0

Text Example


Text Example

White with #5AF0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,240,160); }

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

background-color css

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

 a { background-color: rgb(90,240,160); }

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

border-color css

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

 span { border-color: rgb(90,240,160); }

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