#5FDFA0

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

Shades of Medium Aquamarine #5FDFA0

Tints of Medium Aquamarine #5FDFA0

Color information

#5FDFA0 (or 0x5FDFA0) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, DF and A0. RGB value is (95,223,160). Sum of RGB (Red+Green+Blue) = 95+223+160=478 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.87% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDFA0 is #A0205F. Grayscale: #B1B1B1. Windows color (decimal): -10494048 or 10542943. OLE color: 10542943.

HSL color Cylindrical-coordinate representation of color #5FDFA0: hue angle of 150.47º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDFA0 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB95223160-
CMYK0.5700.280.13
HSL150.47º66.67%62.35%-
HSV(B)150.47º57.4%87.45%-
XYZ37.4557.7542.43-
YUV177.55118.0969.12-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.87%
GREEN value IS 223 (87.5% from 255) = 46.65%
BLUE value IS 160 (62.89% from 255) = 33.47%
R=19.87%
G=46.65%
B=33.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal952231600.5700.280.13150.4766.6762.35
Hex5FDFA03901CD96433e
Octal137337240710341522610376
Binary101111111011111101000001110010111001101100101101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,223,160); }

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

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

 a { background-color: rgb(95,223,160); }

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

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

 span { border-color: rgb(95,223,160); }

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