Shades of Aquamarine #8CF7DE
Tints of Aquamarine #8CF7DE
RGB
CMYK
RGB Variations
Color information
#8CF7DE (or 0x8CF7DE) is known color: Aquamarine. HEX triplet: 8C, F7 and DE. RGB value is (140,247,222). Sum of RGB (Red+Green+Blue) = 140+247+222=609 (80% of max value = 765). Red value is 140 (55.08% from 255 or 22.99% from 609); Green value is 247 (96.88% from 255 or 40.56% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 247 - color contains mainly: green. Hex color #8CF7DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF7DE is #730821. Grayscale: #D4D4D4. Windows color (decimal): -7538722 or 14612364. OLE color: 14612364.
HSL color Cylindrical-coordinate representation of color #8CF7DE: hue angle of 165.98º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CF7DE is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 247 | 222 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.03 |
| HSL | 165.98º | 0.87% | 0.76% | - |
| HSV(B) | 165.98º | 0.43% | 0.97% | - |
| XYZ | 57.26 | 77.37 | 81.02 | - |
| YUV | 212.16 | 133.55 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 247 | 222 | 0.43 | 0 | 0.10 | 0.03 | 165.98 | 0.87 | 0.76 |
| Hex | 8C | F7 | DE | 2B | 0 | A | 3 | A6 | 57 | 4C |
| Octal | 214 | 367 | 336 | 53 | 0 | 12 | 3 | 246 | 127 | 114 |
| Binary | 10001100 | 11110111 | 11011110 | 101011 | 0 | 1010 | 11 | 10100110 | 1010111 | 1001100 |
Color Harmonies of #8CF7DE
Complementary color
Monochromatic Colors of #8CF7DE
Black with #8CF7DE
Text Example
Text Example
White with #8CF7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF7DE; }
p { color: rgb(140,247,222); }
H1.HeaderClassName
{
color: #8CF7DE;
}
.AnyTagClassName
{
color: #8CF7DE;
}
</style>
background-color css
<style>
a { background-color: #8CF7DE; }
a { background-color: rgb(140,247,222); }
div.DivClassName
{
background-color: #8CF7DE;
}
.BgClassName
{
background-color: #8CF7DE;
}
</style>
border-color css
<style>
span { border-color: #8CF7DE; }
span { border-color: rgb(140,247,222); }
td.TdClassName
{
border-color: #8CF7DE;
}
.TagClassName
{
border-color: #8CF7DE;
}
</style>