Html Css Color HEX #5AFFAB Medium Aquamarine

📋 copy color: '#5AFFAB'

red 90 ◦ green 255 ◦ blue 171

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

Shades of Medium Aquamarine #5AFFAB

Tints of Medium Aquamarine #5AFFAB

RGB

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

 GREEN value IS 255 (100% from 255) = 49.42%

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

R = 17.44%
G = 49.42%
B = 33.14%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#5AFFAB (or 0x5AFFAB) is known color: Medium Aquamarine. HEX triplet: 5A, FF and AB. RGB value is (90,255,171). Sum of RGB (Red+Green+Blue) = 90+255+171=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFFAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFFAB is #A50054. Grayscale: #C4C4C4. Windows color (decimal): -10813525 or 11272026. OLE color: 11272026.

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

Color convert

RGB 90 255 171 -
CMYK 0.65 0 0.33 0
HSL 149.45º 1% 0.68% -
HSV(B) 149.45º 0.65% 1% -
XYZ 47.33 76.63 50.83 -
YUV 196.09 113.84 52.33 -
System Red Green Blue C M Y K H S L
Decimal 90 255 171 0.65 0 0.33 0 149.45 1 0.68
Hex 5A FF AB 41 0 21 0 95 64 44
Octal 132 377 253 101 0 41 0 225 144 104
Binary 1011010 11111111 10101011 1000001 0 100001 0 10010101 1100100 1000100

Color Harmonies of #5AFFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFFAB

Black with #5AFFAB

Text Example


Text Example

White with #5AFFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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