Html Css Color HEX #5AF09A Medium Aquamarine

📋 copy color: '#5AF09A'

red 90 ◦ green 240 ◦ blue 154

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

Shades of Medium Aquamarine #5AF09A

Tints of Medium Aquamarine #5AF09A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.59%

 BLUE value IS 154 (60.55% from 255) = 31.82%

R = 18.6%
G = 49.59%
B = 31.82%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#5AF09A (or 0x5AF09A) is known color: Medium Aquamarine. HEX triplet: 5A, F0 and 9A. RGB value is (90,240,154). Sum of RGB (Red+Green+Blue) = 90+240+154=484 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.60% from 484); Green value is 240 (94.14% from 255 or 49.59% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF09A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF09A is #A50F65. Grayscale: #B9B9B9. Windows color (decimal): -10817382 or 10154074. OLE color: 10154074.

HSL color Cylindrical-coordinate representation of color #5AF09A: hue angle of 145.6º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AF09A is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 90 240 154 -
CMYK 0.62 0 0.36 0.06
HSL 145.6º 0.83% 0.65% -
HSV(B) 145.6º 0.63% 0.94% -
XYZ 41.21 66.83 41.3 -
YUV 185.35 110.31 59.99 -
System Red Green Blue C M Y K H S L
Decimal 90 240 154 0.62 0 0.36 0.06 145.6 0.83 0.65
Hex 5A F0 9A 3E 0 24 6 92 53 41
Octal 132 360 232 76 0 44 6 222 123 101
Binary 1011010 11110000 10011010 111110 0 100100 110 10010010 1010011 1000001

Color Harmonies of #5AF09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF09A

Black with #5AF09A

Text Example


Text Example

White with #5AF09A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,240,154); }

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

background-color css

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

 a { background-color: rgb(90,240,154); }

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

border-color css

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

 span { border-color: rgb(90,240,154); }

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