Shades of Aquamarine #8CF6DF
Tints of Aquamarine #8CF6DF
RGB
CMYK
RGB Variations
Color information
#8CF6DF (or 0x8CF6DF) is known color: Aquamarine. HEX triplet: 8C, F6 and DF. RGB value is (140,246,223). Sum of RGB (Red+Green+Blue) = 140+246+223=609 (80% of max value = 765). Red value is 140 (55.08% from 255 or 22.99% from 609); Green value is 246 (96.48% from 255 or 40.39% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 246 - color contains mainly: green. Hex color #8CF6DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF6DF is #730920. Grayscale: #D3D3D3. Windows color (decimal): -7538977 or 14677644. OLE color: 14677644.
HSL color Cylindrical-coordinate representation of color #8CF6DF: hue angle of 166.98º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CF6DF is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 140 | 246 | 223 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.04 |
| HSL | 166.98º | 0.85% | 0.76% | - |
| HSV(B) | 166.98º | 0.43% | 0.96% | - |
| XYZ | 57.09 | 76.81 | 81.63 | - |
| YUV | 211.68 | 134.38 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 246 | 223 | 0.43 | 0 | 0.09 | 0.04 | 166.98 | 0.85 | 0.76 |
| Hex | 8C | F6 | DF | 2B | 0 | 9 | 4 | A7 | 55 | 4C |
| Octal | 214 | 366 | 337 | 53 | 0 | 11 | 4 | 247 | 125 | 114 |
| Binary | 10001100 | 11110110 | 11011111 | 101011 | 0 | 1001 | 100 | 10100111 | 1010101 | 1001100 |
Color Harmonies of #8CF6DF
Complementary color
Monochromatic Colors of #8CF6DF
Black with #8CF6DF
Text Example
Text Example
White with #8CF6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF6DF; }
p { color: rgb(140,246,223); }
H1.HeaderClassName
{
color: #8CF6DF;
}
.AnyTagClassName
{
color: #8CF6DF;
}
</style>
background-color css
<style>
a { background-color: #8CF6DF; }
a { background-color: rgb(140,246,223); }
div.DivClassName
{
background-color: #8CF6DF;
}
.BgClassName
{
background-color: #8CF6DF;
}
</style>
border-color css
<style>
span { border-color: #8CF6DF; }
span { border-color: rgb(140,246,223); }
td.TdClassName
{
border-color: #8CF6DF;
}
.TagClassName
{
border-color: #8CF6DF;
}
</style>