Shades of Medium Aquamarine #6FCDAC
Tints of Medium Aquamarine #6FCDAC
RGB
CMYK
RGB Variations
Color information
#6FCDAC (or 0x6FCDAC) is known color: Medium Aquamarine. HEX triplet: 6F, CD and AC. RGB value is (111,205,172). Sum of RGB (Red+Green+Blue) = 111+205+172=488 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.75% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCDAC is #903253. Grayscale: #ADADAD. Windows color (decimal): -9450068 or 11324783. OLE color: 11324783.
HSL color Cylindrical-coordinate representation of color #6FCDAC: hue angle of 158.94º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCDAC is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 172 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.20 |
| HSL | 158.94º | 0.48% | 0.62% | - |
| HSV(B) | 158.94º | 0.46% | 0.8% | - |
| XYZ | 35.83 | 50.02 | 46.8 | - |
| YUV | 173.13 | 127.36 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 172 | 0.46 | 0 | 0.16 | 0.20 | 158.94 | 0.48 | 0.62 |
| Hex | 6F | CD | AC | 2E | 0 | 10 | 14 | 9F | 30 | 3E |
| Octal | 157 | 315 | 254 | 56 | 0 | 20 | 24 | 237 | 60 | 76 |
| Binary | 1101111 | 11001101 | 10101100 | 101110 | 0 | 10000 | 10100 | 10011111 | 110000 | 111110 |
Color Harmonies of #6FCDAC
Complementary color
Monochromatic Colors of #6FCDAC
Black with #6FCDAC
Text Example
Text Example
White with #6FCDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCDAC; }
p { color: rgb(111,205,172); }
H1.HeaderClassName
{
color: #6FCDAC;
}
.AnyTagClassName
{
color: #6FCDAC;
}
</style>
background-color css
<style>
a { background-color: #6FCDAC; }
a { background-color: rgb(111,205,172); }
div.DivClassName
{
background-color: #6FCDAC;
}
.BgClassName
{
background-color: #6FCDAC;
}
</style>
border-color css
<style>
span { border-color: #6FCDAC; }
span { border-color: rgb(111,205,172); }
td.TdClassName
{
border-color: #6FCDAC;
}
.TagClassName
{
border-color: #6FCDAC;
}
</style>