#5FFFAA

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

Shades of Medium Aquamarine #5FFFAA

Tints of Medium Aquamarine #5FFFAA

Color information

#5FFFAA (or 0x5FFFAA) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, FF and AA. RGB value is (95,255,170). Sum of RGB (Red+Green+Blue) = 95+255+170=520 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.27% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFFAA is #A00055. Grayscale: #C5C5C5. Windows color (decimal): -10485846 or 11206495. OLE color: 11206495.

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

Color convert

RGB95255170-
CMYK0.6300.330
HSL148.12º100%68.63%-
HSV(B)148.12º62.75%100%-
XYZ47.7476.8650.35-
YUV197.47112.4954.91-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.27%
GREEN value IS 255 (100% from 255) = 49.04%
BLUE value IS 170 (66.80% from 255) = 32.69%
R=18.27%
G=49.04%
B=32.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal952551700.6300.330148.1210068.63
Hex5FFFAA3F0210946445
Octal137377252770410224144105
Binary10111111111111110101010111111010000101001010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FFFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,255,170); }

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

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

 a { background-color: rgb(95,255,170); }

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

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

 span { border-color: rgb(95,255,170); }

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