Html Css Color HEX #5AF9AA Medium Aquamarine

📋 copy color: '#5AF9AA'

red 90 ◦ green 249 ◦ blue 170

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

Shades of Medium Aquamarine #5AF9AA

Tints of Medium Aquamarine #5AF9AA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.92%

 BLUE value IS 170 (66.8% from 255) = 33.4%

R = 17.68%
G = 48.92%
B = 33.4%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#5AF9AA (or 0x5AF9AA) is known color: Medium Aquamarine. HEX triplet: 5A, F9 and AA. RGB value is (90,249,170). Sum of RGB (Red+Green+Blue) = 90+249+170=509 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.68% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #5AF9AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF9AA is #A50655. Grayscale: #C0C0C0. Windows color (decimal): -10815062 or 11204954. OLE color: 11204954.

HSL color Cylindrical-coordinate representation of color #5AF9AA: hue angle of 150.19º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF9AA is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 249 170 -
CMYK 0.64 0 0.32 0.02
HSL 150.19º 0.93% 0.66% -
HSV(B) 150.19º 0.64% 0.98% -
XYZ 45.35 72.83 49.7 -
YUV 192.45 115.32 54.92 -
System Red Green Blue C M Y K H S L
Decimal 90 249 170 0.64 0 0.32 0.02 150.19 0.93 0.66
Hex 5A F9 AA 40 0 20 2 96 5D 42
Octal 132 371 252 100 0 40 2 226 135 102
Binary 1011010 11111001 10101010 1000000 0 100000 10 10010110 1011101 1000010

Color Harmonies of #5AF9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF9AA

Black with #5AF9AA

Text Example


Text Example

White with #5AF9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,249,170); }

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

background-color css

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

 a { background-color: rgb(90,249,170); }

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

border-color css

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

 span { border-color: rgb(90,249,170); }

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