#5FFAAF

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

Shades of Medium Aquamarine #5FFAAF

Tints of Medium Aquamarine #5FFAAF

Color information

#5FFAAF (or 0x5FFAAF) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, FA and AF. RGB value is (95,250,175). Sum of RGB (Red+Green+Blue) = 95+250+175=520 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.27% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFAAF is #A00550. Grayscale: #C3C3C3. Windows color (decimal): -10487121 or 11532895. OLE color: 11532895.

HSL color Cylindrical-coordinate representation of color #5FFAAF: hue angle of 150.97º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFAAF is Cyan = 0.62, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB95250175-
CMYK0.6200.30.02
HSL150.97º93.94%67.65%-
HSV(B)150.97º62%98.04%-
XYZ46.6473.952.36-
YUV195.1116.6556.6-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.27%
GREEN value IS 250 (98.05% from 255) = 48.08%
BLUE value IS 175 (68.75% from 255) = 33.65%
R=18.27%
G=48.08%
B=33.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal952501750.6200.30.02150.9793.9467.65
Hex5FFAAF3E01E2975e44
Octal137372257760362227136104
Binary10111111111101010101111111110011110101001011110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FFAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,250,175); }

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

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

 a { background-color: rgb(95,250,175); }

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

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

 span { border-color: rgb(95,250,175); }

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