#5AFF9E

Color #5AFF9E Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #5AFF9E

Tints of Medium Aquamarine #5AFF9E

Color information

#5AFF9E (or 0x5AFF9E) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, FF and 9E. RGB value is (90,255,158). Sum of RGB (Red+Green+Blue) = 90+255+158=503 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.89% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFF9E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFF9E is #A50061. Grayscale: #C2C2C2. Windows color (decimal): -10813538 or 10420058. OLE color: 10420058.

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

Color convert

RGB90255158-
CMYK0.6500.380
HSL144.73º100%67.65%-
HSV(B)144.73º64.71%100%-
XYZ46.1576.1644.62-
YUV194.61107.3453.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.89%
GREEN value IS 255 (100% from 255) = 50.70%
BLUE value IS 158 (62.11% from 255) = 31.41%
R=17.89%
G=50.70%
B=31.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal902551580.6500.380144.7310067.65
Hex5AFF9E410260916444
Octal1323772361010460221144104
Binary101101011111111100111101000001010011001001000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AFF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5AFF9E;
 }
 .AnyTagClassName
 {
   color: #5AFF9E;
 }
</style>
background-color css

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

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

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

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

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

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