Html Css Color HEX #5AF8A7 Medium Aquamarine

📋 copy color: '#5AF8A7'

red 90 ◦ green 248 ◦ blue 167

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

Shades of Medium Aquamarine #5AF8A7

Tints of Medium Aquamarine #5AF8A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.07%

R = 17.82%
G = 49.11%
B = 33.07%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#5AF8A7 (or 0x5AF8A7) is known color: Medium Aquamarine. HEX triplet: 5A, F8 and A7. RGB value is (90,248,167). Sum of RGB (Red+Green+Blue) = 90+248+167=505 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.82% from 505); Green value is 248 (97.27% from 255 or 49.11% from 505); Blue value is 167 (65.62% from 255 or 33.07% from 505); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF8A7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF8A7 is #A50758. Grayscale: #BFBFBF. Windows color (decimal): -10815321 or 11008090. OLE color: 11008090.

HSL color Cylindrical-coordinate representation of color #5AF8A7: hue angle of 149.24º 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 #5AF8A7 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB 90 248 167 -
CMYK 0.64 0 0.33 0.03
HSL 149.24º 0.92% 0.66% -
HSV(B) 149.24º 0.64% 0.97% -
XYZ 44.76 72.1 48.12 -
YUV 191.52 114.15 55.59 -
System Red Green Blue C M Y K H S L
Decimal 90 248 167 0.64 0 0.33 0.03 149.24 0.92 0.66
Hex 5A F8 A7 40 0 21 3 95 5C 42
Octal 132 370 247 100 0 41 3 225 134 102
Binary 1011010 11111000 10100111 1000000 0 100001 11 10010101 1011100 1000010

Color Harmonies of #5AF8A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF8A7

Black with #5AF8A7

Text Example


Text Example

White with #5AF8A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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