Html Css Color HEX #5AF497 Medium Aquamarine

📋 copy color: '#5AF497'

red 90 ◦ green 244 ◦ blue 151

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

Shades of Medium Aquamarine #5AF497

Tints of Medium Aquamarine #5AF497

RGB

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

 GREEN value IS 244 (95.7% from 255) = 50.31%

 BLUE value IS 151 (59.38% from 255) = 31.13%

R = 18.56%
G = 50.31%
B = 31.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#5AF497 (or 0x5AF497) is known color: Medium Aquamarine. HEX triplet: 5A, F4 and 97. RGB value is (90,244,151). Sum of RGB (Red+Green+Blue) = 90+244+151=485 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.56% from 485); Green value is 244 (95.70% from 255 or 50.31% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 244 - color contains mainly: green. Hex color #5AF497 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF497 is #A50B68. Grayscale: #BBBBBB. Windows color (decimal): -10816361 or 9958490. OLE color: 9958490.

HSL color Cylindrical-coordinate representation of color #5AF497: hue angle of 143.77º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF497 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 90 244 151 -
CMYK 0.63 0 0.38 0.04
HSL 143.77º 0.88% 0.65% -
HSV(B) 143.77º 0.63% 0.96% -
XYZ 42.15 69.11 40.4 -
YUV 187.35 107.48 58.56 -
System Red Green Blue C M Y K H S L
Decimal 90 244 151 0.63 0 0.38 0.04 143.77 0.88 0.65
Hex 5A F4 97 3F 0 26 4 90 58 41
Octal 132 364 227 77 0 46 4 220 130 101
Binary 1011010 11110100 10010111 111111 0 100110 100 10010000 1011000 1000001

Color Harmonies of #5AF497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF497

Black with #5AF497

Text Example


Text Example

White with #5AF497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,244,151); }

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

background-color css

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

 a { background-color: rgb(90,244,151); }

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

border-color css

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

 span { border-color: rgb(90,244,151); }

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