Html Css Color HEX #5AF89A Medium Aquamarine

📋 copy color: '#5AF89A'

red 90 ◦ green 248 ◦ blue 154

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

Shades of Medium Aquamarine #5AF89A

Tints of Medium Aquamarine #5AF89A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.41%

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

R = 18.29%
G = 50.41%
B = 31.3%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#5AF89A (or 0x5AF89A) is known color: Medium Aquamarine. HEX triplet: 5A, F8 and 9A. RGB value is (90,248,154). Sum of RGB (Red+Green+Blue) = 90+248+154=492 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.29% from 492); Green value is 248 (97.27% from 255 or 50.41% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF89A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF89A is #A50765. Grayscale: #BEBEBE. Windows color (decimal): -10815334 or 10156122. OLE color: 10156122.

HSL color Cylindrical-coordinate representation of color #5AF89A: hue angle of 144.3º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF89A is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB 90 248 154 -
CMYK 0.64 0 0.38 0.03
HSL 144.3º 0.92% 0.66% -
HSV(B) 144.3º 0.64% 0.97% -
XYZ 43.62 71.64 42.1 -
YUV 190.04 107.65 56.64 -
System Red Green Blue C M Y K H S L
Decimal 90 248 154 0.64 0 0.38 0.03 144.3 0.92 0.66
Hex 5A F8 9A 40 0 26 3 90 5C 42
Octal 132 370 232 100 0 46 3 220 134 102
Binary 1011010 11111000 10011010 1000000 0 100110 11 10010000 1011100 1000010

Color Harmonies of #5AF89A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF89A

Black with #5AF89A

Text Example


Text Example

White with #5AF89A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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