Html Css Color HEX #5AF197 Medium Aquamarine

📋 copy color: '#5AF197'

red 90 ◦ green 241 ◦ blue 151

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

Shades of Medium Aquamarine #5AF197

Tints of Medium Aquamarine #5AF197

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50%

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

R = 18.67%
G = 50%
B = 31.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#5AF197 (or 0x5AF197) is known color: Medium Aquamarine. HEX triplet: 5A, F1 and 97. RGB value is (90,241,151). Sum of RGB (Red+Green+Blue) = 90+241+151=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF197 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF197 is #A50E68. Grayscale: #B9B9B9. Windows color (decimal): -10817129 or 9957722. OLE color: 9957722.

HSL color Cylindrical-coordinate representation of color #5AF197: hue angle of 144.24º degrees, saturation: 0.84, 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 #5AF197 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 90 241 151 -
CMYK 0.63 0 0.37 0.05
HSL 144.24º 0.84% 0.65% -
HSV(B) 144.24º 0.63% 0.95% -
XYZ 41.26 67.32 40.1 -
YUV 185.59 108.47 59.82 -
System Red Green Blue C M Y K H S L
Decimal 90 241 151 0.63 0 0.37 0.05 144.24 0.84 0.65
Hex 5A F1 97 3F 0 25 5 90 54 41
Octal 132 361 227 77 0 45 5 220 124 101
Binary 1011010 11110001 10010111 111111 0 100101 101 10010000 1010100 1000001

Color Harmonies of #5AF197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF197

Black with #5AF197

Text Example


Text Example

White with #5AF197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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