Shades of Aquamarine #8CFCCF
Tints of Aquamarine #8CFCCF
RGB
CMYK
RGB Variations
Color information
#8CFCCF (or 0x8CFCCF) is known color: Aquamarine. HEX triplet: 8C, FC and CF. RGB value is (140,252,207). Sum of RGB (Red+Green+Blue) = 140+252+207=599 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.37% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFCCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFCCF is #730330. Grayscale: #D5D5D5. Windows color (decimal): -7537457 or 13630604. OLE color: 13630604.
HSL color Cylindrical-coordinate representation of color #8CFCCF: hue angle of 155.89º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFCCF is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 207 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.01 |
| HSL | 155.89º | 0.95% | 0.77% | - |
| HSV(B) | 155.89º | 0.44% | 0.99% | - |
| XYZ | 56.89 | 79.7 | 71.42 | - |
| YUV | 213.38 | 124.39 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 207 | 0.44 | 0 | 0.18 | 0.01 | 155.89 | 0.95 | 0.77 |
| Hex | 8C | FC | CF | 2C | 0 | 12 | 1 | 9C | 5F | 4D |
| Octal | 214 | 374 | 317 | 54 | 0 | 22 | 1 | 234 | 137 | 115 |
| Binary | 10001100 | 11111100 | 11001111 | 101100 | 0 | 10010 | 1 | 10011100 | 1011111 | 1001101 |
Color Harmonies of #8CFCCF
Complementary color
Monochromatic Colors of #8CFCCF
Black with #8CFCCF
Text Example
Text Example
White with #8CFCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFCCF; }
p { color: rgb(140,252,207); }
H1.HeaderClassName
{
color: #8CFCCF;
}
.AnyTagClassName
{
color: #8CFCCF;
}
</style>
background-color css
<style>
a { background-color: #8CFCCF; }
a { background-color: rgb(140,252,207); }
div.DivClassName
{
background-color: #8CFCCF;
}
.BgClassName
{
background-color: #8CFCCF;
}
</style>
border-color css
<style>
span { border-color: #8CFCCF; }
span { border-color: rgb(140,252,207); }
td.TdClassName
{
border-color: #8CFCCF;
}
.TagClassName
{
border-color: #8CFCCF;
}
</style>