Shades of Aquamarine #8CFACC
Tints of Aquamarine #8CFACC
RGB
CMYK
RGB Variations
Color information
#8CFACC (or 0x8CFACC) is known color: Aquamarine. HEX triplet: 8C, FA and CC. RGB value is (140,250,204). Sum of RGB (Red+Green+Blue) = 140+250+204=594 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.57% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFACC is #730533. Grayscale: #D3D3D3. Windows color (decimal): -7537972 or 13433484. OLE color: 13433484.
HSL color Cylindrical-coordinate representation of color #8CFACC: hue angle of 154.91º 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 #8CFACC is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 204 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.02 |
| HSL | 154.91º | 0.92% | 0.76% | - |
| HSV(B) | 154.91º | 0.44% | 0.98% | - |
| XYZ | 55.9 | 78.31 | 69.3 | - |
| YUV | 211.87 | 123.56 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 204 | 0.44 | 0 | 0.18 | 0.02 | 154.91 | 0.92 | 0.76 |
| Hex | 8C | FA | CC | 2C | 0 | 12 | 2 | 9B | 5C | 4C |
| Octal | 214 | 372 | 314 | 54 | 0 | 22 | 2 | 233 | 134 | 114 |
| Binary | 10001100 | 11111010 | 11001100 | 101100 | 0 | 10010 | 10 | 10011011 | 1011100 | 1001100 |
Color Harmonies of #8CFACC
Complementary color
Monochromatic Colors of #8CFACC
Black with #8CFACC
Text Example
Text Example
White with #8CFACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFACC; }
p { color: rgb(140,250,204); }
H1.HeaderClassName
{
color: #8CFACC;
}
.AnyTagClassName
{
color: #8CFACC;
}
</style>
background-color css
<style>
a { background-color: #8CFACC; }
a { background-color: rgb(140,250,204); }
div.DivClassName
{
background-color: #8CFACC;
}
.BgClassName
{
background-color: #8CFACC;
}
</style>
border-color css
<style>
span { border-color: #8CFACC; }
span { border-color: rgb(140,250,204); }
td.TdClassName
{
border-color: #8CFACC;
}
.TagClassName
{
border-color: #8CFACC;
}
</style>