Html Css Color HEX #5AFE9F Medium Aquamarine

📋 copy color: '#5AFE9F'

red 90 ◦ green 254 ◦ blue 159

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

Shades of Medium Aquamarine #5AFE9F

Tints of Medium Aquamarine #5AFE9F

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.5%

 BLUE value IS 159 (62.5% from 255) = 31.61%

R = 17.89%
G = 50.5%
B = 31.61%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#5AFE9F (or 0x5AFE9F) is known color: Medium Aquamarine. HEX triplet: 5A, FE and 9F. RGB value is (90,254,159). Sum of RGB (Red+Green+Blue) = 90+254+159=503 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.89% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFE9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFE9F is #A50160. Grayscale: #C2C2C2. Windows color (decimal): -10813793 or 10485338. OLE color: 10485338.

HSL color Cylindrical-coordinate representation of color #5AFE9F: hue angle of 145.24º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AFE9F is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 90 254 159 -
CMYK 0.65 0 0.37 0.00
HSL 145.24º 0.99% 0.67% -
HSV(B) 145.24º 0.65% 1% -
XYZ 45.92 75.56 44.97 -
YUV 194.13 108.17 53.72 -
System Red Green Blue C M Y K H S L
Decimal 90 254 159 0.65 0 0.37 0.00 145.24 0.99 0.67
Hex 5A FE 9F 41 0 25 0 91 63 43
Octal 132 376 237 101 0 45 0 221 143 103
Binary 1011010 11111110 10011111 1000001 0 100101 0 10010001 1100011 1000011

Color Harmonies of #5AFE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFE9F

Black with #5AFE9F

Text Example


Text Example

White with #5AFE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,254,159); }

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

background-color css

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

 a { background-color: rgb(90,254,159); }

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

border-color css

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

 span { border-color: rgb(90,254,159); }

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