Shades of Aquamarine #8CF9CC
Tints of Aquamarine #8CF9CC
RGB
CMYK
RGB Variations
Color information
#8CF9CC (or 0x8CF9CC) is known color: Aquamarine. HEX triplet: 8C, F9 and CC. RGB value is (140,249,204). Sum of RGB (Red+Green+Blue) = 140+249+204=593 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.61% from 593); Green value is 249 (97.66% from 255 or 41.99% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 249 - color contains mainly: green. Hex color #8CF9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF9CC is #730633. Grayscale: #D3D3D3. Windows color (decimal): -7538228 or 13433228. OLE color: 13433228.
HSL color Cylindrical-coordinate representation of color #8CF9CC: hue angle of 155.23º degrees, saturation: 0.9, 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 #8CF9CC is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 249 | 204 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.02 |
| HSL | 155.23º | 0.9% | 0.76% | - |
| HSV(B) | 155.23º | 0.44% | 0.98% | - |
| XYZ | 55.59 | 77.69 | 69.19 | - |
| YUV | 211.28 | 123.89 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 249 | 204 | 0.44 | 0 | 0.18 | 0.02 | 155.23 | 0.9 | 0.76 |
| Hex | 8C | F9 | CC | 2C | 0 | 12 | 2 | 9B | 5A | 4C |
| Octal | 214 | 371 | 314 | 54 | 0 | 22 | 2 | 233 | 132 | 114 |
| Binary | 10001100 | 11111001 | 11001100 | 101100 | 0 | 10010 | 10 | 10011011 | 1011010 | 1001100 |
Color Harmonies of #8CF9CC
Complementary color
Monochromatic Colors of #8CF9CC
Black with #8CF9CC
Text Example
Text Example
White with #8CF9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF9CC; }
p { color: rgb(140,249,204); }
H1.HeaderClassName
{
color: #8CF9CC;
}
.AnyTagClassName
{
color: #8CF9CC;
}
</style>
background-color css
<style>
a { background-color: #8CF9CC; }
a { background-color: rgb(140,249,204); }
div.DivClassName
{
background-color: #8CF9CC;
}
.BgClassName
{
background-color: #8CF9CC;
}
</style>
border-color css
<style>
span { border-color: #8CF9CC; }
span { border-color: rgb(140,249,204); }
td.TdClassName
{
border-color: #8CF9CC;
}
.TagClassName
{
border-color: #8CF9CC;
}
</style>