#5FECAC

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

Shades of Medium Aquamarine #5FECAC

Tints of Medium Aquamarine #5FECAC

Color information

#5FECAC (or 0x5FECAC) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, EC and AC. RGB value is (95,236,172). Sum of RGB (Red+Green+Blue) = 95+236+172=503 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.89% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #5FECAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FECAC is #A01353. Grayscale: #BABABA. Windows color (decimal): -10490708 or 11332703. OLE color: 11332703.

HSL color Cylindrical-coordinate representation of color #5FECAC: hue angle of 152.77º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FECAC is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB95236172-
CMYK0.6000.270.07
HSL152.77º78.77%64.9%-
HSV(B)152.77º59.75%92.55%-
XYZ42.1665.449.43-
YUV186.54119.7962.7-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.89%
GREEN value IS 236 (92.58% from 255) = 46.92%
BLUE value IS 172 (67.58% from 255) = 34.19%
R=18.89%
G=46.92%
B=34.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal952361720.6000.270.07152.7778.7764.9
Hex5FECAC3C01B7994f41
Octal137354254740337231117101
Binary101111111101100101011001111000110111111001100110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FECAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,236,172); }

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

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

 a { background-color: rgb(95,236,172); }

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

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

 span { border-color: rgb(95,236,172); }

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