Html Css Color HEX #5AF8AB Medium Aquamarine

📋 copy color: '#5AF8AB'

red 90 ◦ green 248 ◦ blue 171

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

Shades of Medium Aquamarine #5AF8AB

Tints of Medium Aquamarine #5AF8AB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.72%

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

R = 17.68%
G = 48.72%
B = 33.6%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#5AF8AB (or 0x5AF8AB) is known color: Medium Aquamarine. HEX triplet: 5A, F8 and AB. RGB value is (90,248,171). Sum of RGB (Red+Green+Blue) = 90+248+171=509 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.68% from 509); Green value is 248 (97.27% from 255 or 48.72% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF8AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF8AB is #A50754. Grayscale: #C0C0C0. Windows color (decimal): -10815317 or 11270234. OLE color: 11270234.

HSL color Cylindrical-coordinate representation of color #5AF8AB: hue angle of 150.76º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF8AB is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 90 248 171 -
CMYK 0.64 0 0.31 0.03
HSL 150.76º 0.92% 0.66% -
HSV(B) 150.76º 0.64% 0.97% -
XYZ 45.13 72.25 50.09 -
YUV 191.98 116.15 55.26 -
System Red Green Blue C M Y K H S L
Decimal 90 248 171 0.64 0 0.31 0.03 150.76 0.92 0.66
Hex 5A F8 AB 40 0 1F 3 97 5C 42
Octal 132 370 253 100 0 37 3 227 134 102
Binary 1011010 11111000 10101011 1000000 0 11111 11 10010111 1011100 1000010

Color Harmonies of #5AF8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF8AB

Black with #5AF8AB

Text Example


Text Example

White with #5AF8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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