Html Css Color HEX #5AF19E Medium Aquamarine

📋 copy color: '#5AF19E'

red 90 ◦ green 241 ◦ blue 158

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

Shades of Medium Aquamarine #5AF19E

Tints of Medium Aquamarine #5AF19E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.31%

R = 18.4%
G = 49.28%
B = 32.31%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#5AF19E (or 0x5AF19E) is known color: Medium Aquamarine. HEX triplet: 5A, F1 and 9E. RGB value is (90,241,158). Sum of RGB (Red+Green+Blue) = 90+241+158=489 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.40% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF19E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF19E is #A50E61. Grayscale: #BABABA. Windows color (decimal): -10817122 or 10416474. OLE color: 10416474.

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

Color convert

RGB 90 241 158 -
CMYK 0.63 0 0.34 0.05
HSL 147.02º 0.84% 0.65% -
HSV(B) 147.02º 0.63% 0.95% -
XYZ 41.84 67.55 43.18 -
YUV 186.39 111.97 59.25 -
System Red Green Blue C M Y K H S L
Decimal 90 241 158 0.63 0 0.34 0.05 147.02 0.84 0.65
Hex 5A F1 9E 3F 0 22 5 93 54 41
Octal 132 361 236 77 0 42 5 223 124 101
Binary 1011010 11110001 10011110 111111 0 100010 101 10010011 1010100 1000001

Color Harmonies of #5AF19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF19E

Black with #5AF19E

Text Example


Text Example

White with #5AF19E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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