Html Css Color HEX #5AF0AB Medium Aquamarine

📋 copy color: '#5AF0AB'

red 90 ◦ green 240 ◦ blue 171

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

Shades of Medium Aquamarine #5AF0AB

Tints of Medium Aquamarine #5AF0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.13%

R = 17.96%
G = 47.9%
B = 34.13%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#5AF0AB (or 0x5AF0AB) is known color: Medium Aquamarine. HEX triplet: 5A, F0 and AB. RGB value is (90,240,171). Sum of RGB (Red+Green+Blue) = 90+240+171=501 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.96% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF0AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF0AB is #A50F54. Grayscale: #BBBBBB. Windows color (decimal): -10817365 or 11268186. OLE color: 11268186.

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

Color convert

RGB 90 240 171 -
CMYK 0.62 0 0.29 0.06
HSL 152.4º 0.83% 0.65% -
HSV(B) 152.4º 0.63% 0.94% -
XYZ 42.73 67.43 49.29 -
YUV 187.28 118.81 58.61 -
System Red Green Blue C M Y K H S L
Decimal 90 240 171 0.62 0 0.29 0.06 152.4 0.83 0.65
Hex 5A F0 AB 3E 0 1D 6 98 53 41
Octal 132 360 253 76 0 35 6 230 123 101
Binary 1011010 11110000 10101011 111110 0 11101 110 10011000 1010011 1000001

Color Harmonies of #5AF0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF0AB

Black with #5AF0AB

Text Example


Text Example

White with #5AF0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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