Shades of Aquamarine #8CF8DF
Tints of Aquamarine #8CF8DF
RGB
CMYK
RGB Variations
Color information
#8CF8DF (or 0x8CF8DF) is known color: Aquamarine. HEX triplet: 8C, F8 and DF. RGB value is (140,248,223). Sum of RGB (Red+Green+Blue) = 140+248+223=611 (80% of max value = 765). Red value is 140 (55.08% from 255 or 22.91% from 611); Green value is 248 (97.27% from 255 or 40.59% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 248 - color contains mainly: green. Hex color #8CF8DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF8DF is #730720. Grayscale: #D4D4D4. Windows color (decimal): -7538465 or 14678156. OLE color: 14678156.
HSL color Cylindrical-coordinate representation of color #8CF8DF: hue angle of 166.11º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CF8DF is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 248 | 223 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.03 |
| HSL | 166.11º | 0.89% | 0.76% | - |
| HSV(B) | 166.11º | 0.44% | 0.97% | - |
| XYZ | 57.7 | 78.04 | 81.83 | - |
| YUV | 212.86 | 133.72 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 248 | 223 | 0.44 | 0 | 0.10 | 0.03 | 166.11 | 0.89 | 0.76 |
| Hex | 8C | F8 | DF | 2C | 0 | A | 3 | A6 | 59 | 4C |
| Octal | 214 | 370 | 337 | 54 | 0 | 12 | 3 | 246 | 131 | 114 |
| Binary | 10001100 | 11111000 | 11011111 | 101100 | 0 | 1010 | 11 | 10100110 | 1011001 | 1001100 |
Color Harmonies of #8CF8DF
Complementary color
Monochromatic Colors of #8CF8DF
Black with #8CF8DF
Text Example
Text Example
White with #8CF8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF8DF; }
p { color: rgb(140,248,223); }
H1.HeaderClassName
{
color: #8CF8DF;
}
.AnyTagClassName
{
color: #8CF8DF;
}
</style>
background-color css
<style>
a { background-color: #8CF8DF; }
a { background-color: rgb(140,248,223); }
div.DivClassName
{
background-color: #8CF8DF;
}
.BgClassName
{
background-color: #8CF8DF;
}
</style>
border-color css
<style>
span { border-color: #8CF8DF; }
span { border-color: rgb(140,248,223); }
td.TdClassName
{
border-color: #8CF8DF;
}
.TagClassName
{
border-color: #8CF8DF;
}
</style>