Shades of Aquamarine #8CF7CF
Tints of Aquamarine #8CF7CF
RGB
CMYK
RGB Variations
Color information
#8CF7CF (or 0x8CF7CF) is known color: Aquamarine. HEX triplet: 8C, F7 and CF. RGB value is (140,247,207). Sum of RGB (Red+Green+Blue) = 140+247+207=594 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.57% from 594); Green value is 247 (96.88% from 255 or 41.58% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 247 - color contains mainly: green. Hex color #8CF7CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF7CF is #730830. Grayscale: #D2D2D2. Windows color (decimal): -7538737 or 13629324. OLE color: 13629324.
HSL color Cylindrical-coordinate representation of color #8CF7CF: hue angle of 157.57º 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 #8CF7CF is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 247 | 207 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.03 |
| HSL | 157.57º | 0.87% | 0.76% | - |
| HSV(B) | 157.57º | 0.43% | 0.97% | - |
| XYZ | 55.34 | 76.6 | 70.9 | - |
| YUV | 210.45 | 126.05 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 247 | 207 | 0.43 | 0 | 0.16 | 0.03 | 157.57 | 0.87 | 0.76 |
| Hex | 8C | F7 | CF | 2B | 0 | 10 | 3 | 9E | 57 | 4C |
| Octal | 214 | 367 | 317 | 53 | 0 | 20 | 3 | 236 | 127 | 114 |
| Binary | 10001100 | 11110111 | 11001111 | 101011 | 0 | 10000 | 11 | 10011110 | 1010111 | 1001100 |
Color Harmonies of #8CF7CF
Complementary color
Monochromatic Colors of #8CF7CF
Black with #8CF7CF
Text Example
Text Example
White with #8CF7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF7CF; }
p { color: rgb(140,247,207); }
H1.HeaderClassName
{
color: #8CF7CF;
}
.AnyTagClassName
{
color: #8CF7CF;
}
</style>
background-color css
<style>
a { background-color: #8CF7CF; }
a { background-color: rgb(140,247,207); }
div.DivClassName
{
background-color: #8CF7CF;
}
.BgClassName
{
background-color: #8CF7CF;
}
</style>
border-color css
<style>
span { border-color: #8CF7CF; }
span { border-color: rgb(140,247,207); }
td.TdClassName
{
border-color: #8CF7CF;
}
.TagClassName
{
border-color: #8CF7CF;
}
</style>