#5FFAAB

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

Shades of Medium Aquamarine #5FFAAB

Tints of Medium Aquamarine #5FFAAB

Color information

#5FFAAB (or 0x5FFAAB) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, FA and AB. RGB value is (95,250,171). Sum of RGB (Red+Green+Blue) = 95+250+171=516 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.41% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFAAB is #A00554. Grayscale: #C2C2C2. Windows color (decimal): -10487125 or 11270751. OLE color: 11270751.

HSL color Cylindrical-coordinate representation of color #5FFAAB: hue angle of 149.42º 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 #5FFAAB is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB95250171-
CMYK0.6200.320.02
HSL149.42º93.94%67.65%-
HSV(B)149.42º62%98.04%-
XYZ46.2673.7450.32-
YUV194.65114.6556.92-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.41%
GREEN value IS 250 (98.05% from 255) = 48.45%
BLUE value IS 171 (67.19% from 255) = 33.14%
R=18.41%
G=48.45%
B=33.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal952501710.6200.320.02149.4293.9467.65
Hex5FFAAB3E0202955e44
Octal137372253760402225136104
Binary101111111111010101010111111100100000101001010110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FFAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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