Html Css Color HEX #5AF297 Medium Aquamarine

📋 copy color: '#5AF297'

red 90 ◦ green 242 ◦ blue 151

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

Shades of Medium Aquamarine #5AF297

Tints of Medium Aquamarine #5AF297

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.1%

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

R = 18.63%
G = 50.1%
B = 31.26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#5AF297 (or 0x5AF297) is known color: Medium Aquamarine. HEX triplet: 5A, F2 and 97. RGB value is (90,242,151). Sum of RGB (Red+Green+Blue) = 90+242+151=483 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.63% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #5AF297 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF297 is #A50D68. Grayscale: #BABABA. Windows color (decimal): -10816873 or 9957978. OLE color: 9957978.

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

Color convert

RGB 90 242 151 -
CMYK 0.63 0 0.38 0.05
HSL 144.08º 0.85% 0.65% -
HSV(B) 144.08º 0.63% 0.95% -
XYZ 41.55 67.91 40.2 -
YUV 186.18 108.14 59.4 -
System Red Green Blue C M Y K H S L
Decimal 90 242 151 0.63 0 0.38 0.05 144.08 0.85 0.65
Hex 5A F2 97 3F 0 26 5 90 55 41
Octal 132 362 227 77 0 46 5 220 125 101
Binary 1011010 11110010 10010111 111111 0 100110 101 10010000 1010101 1000001

Color Harmonies of #5AF297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF297

Black with #5AF297

Text Example


Text Example

White with #5AF297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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