#5FCFA6

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

Shades of Medium Aquamarine #5FCFA6

Tints of Medium Aquamarine #5FCFA6

Color information

#5FCFA6 (or 0x5FCFA6) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, CF and A6. RGB value is (95,207,166). Sum of RGB (Red+Green+Blue) = 95+207+166=468 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.30% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCFA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCFA6 is #A03059. Grayscale: #A8A8A8. Windows color (decimal): -10498138 or 10932063. OLE color: 10932063.

HSL color Cylindrical-coordinate representation of color #5FCFA6: hue angle of 158.04º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCFA6 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB95207166-
CMYK0.5400.200.19
HSL158.04º53.85%59.22%-
HSV(B)158.04º54.11%81.18%-
XYZ33.9249.8143.9-
YUV168.84126.3975.33-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.30%
GREEN value IS 207 (81.25% from 255) = 44.23%
BLUE value IS 166 (65.23% from 255) = 35.47%
R=20.30%
G=44.23%
B=35.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal952071660.5400.200.19158.0453.8559.22
Hex5FCFA636014139e363b
Octal13731724666024232366673
Binary101111111001111101001101101100101001001110011110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,207,166); }

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

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

 a { background-color: rgb(95,207,166); }

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

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

 span { border-color: rgb(95,207,166); }

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