Shades of Aquamarine #8CFACF
Tints of Aquamarine #8CFACF
RGB
CMYK
RGB Variations
Color information
#8CFACF (or 0x8CFACF) is known color: Aquamarine. HEX triplet: 8C, FA and CF. RGB value is (140,250,207). Sum of RGB (Red+Green+Blue) = 140+250+207=597 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.45% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFACF is #730530. Grayscale: #D4D4D4. Windows color (decimal): -7537969 or 13630092. OLE color: 13630092.
HSL color Cylindrical-coordinate representation of color #8CFACF: hue angle of 156.55º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFACF is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 207 | - |
| CMYK | 0.44 | 0 | 0.17 | 0.02 |
| HSL | 156.55º | 0.92% | 0.76% | - |
| HSV(B) | 156.55º | 0.44% | 0.98% | - |
| XYZ | 56.26 | 78.45 | 71.21 | - |
| YUV | 212.21 | 125.06 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 207 | 0.44 | 0 | 0.17 | 0.02 | 156.55 | 0.92 | 0.76 |
| Hex | 8C | FA | CF | 2C | 0 | 11 | 2 | 9D | 5C | 4C |
| Octal | 214 | 372 | 317 | 54 | 0 | 21 | 2 | 235 | 134 | 114 |
| Binary | 10001100 | 11111010 | 11001111 | 101100 | 0 | 10001 | 10 | 10011101 | 1011100 | 1001100 |
Color Harmonies of #8CFACF
Complementary color
Monochromatic Colors of #8CFACF
Black with #8CFACF
Text Example
Text Example
White with #8CFACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFACF; }
p { color: rgb(140,250,207); }
H1.HeaderClassName
{
color: #8CFACF;
}
.AnyTagClassName
{
color: #8CFACF;
}
</style>
background-color css
<style>
a { background-color: #8CFACF; }
a { background-color: rgb(140,250,207); }
div.DivClassName
{
background-color: #8CFACF;
}
.BgClassName
{
background-color: #8CFACF;
}
</style>
border-color css
<style>
span { border-color: #8CFACF; }
span { border-color: rgb(140,250,207); }
td.TdClassName
{
border-color: #8CFACF;
}
.TagClassName
{
border-color: #8CFACF;
}
</style>