Shades of Aquamarine #8CFBDA
Tints of Aquamarine #8CFBDA
RGB
CMYK
RGB Variations
Color information
#8CFBDA (or 0x8CFBDA) is known color: Aquamarine. HEX triplet: 8C, FB and DA. RGB value is (140,251,218). Sum of RGB (Red+Green+Blue) = 140+251+218=609 (80% of max value = 765). Red value is 140 (55.08% from 255 or 22.99% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFBDA is #730425. Grayscale: #D6D6D6. Windows color (decimal): -7537702 or 14351244. OLE color: 14351244.
HSL color Cylindrical-coordinate representation of color #8CFBDA: hue angle of 162.16º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFBDA is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 251 | 218 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.02 |
| HSL | 162.16º | 0.93% | 0.77% | - |
| HSV(B) | 162.16º | 0.44% | 0.98% | - |
| XYZ | 57.97 | 79.63 | 78.64 | - |
| YUV | 214.05 | 130.23 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 251 | 218 | 0.44 | 0 | 0.13 | 0.02 | 162.16 | 0.93 | 0.77 |
| Hex | 8C | FB | DA | 2C | 0 | D | 2 | A2 | 5D | 4D |
| Octal | 214 | 373 | 332 | 54 | 0 | 15 | 2 | 242 | 135 | 115 |
| Binary | 10001100 | 11111011 | 11011010 | 101100 | 0 | 1101 | 10 | 10100010 | 1011101 | 1001101 |
Color Harmonies of #8CFBDA
Complementary color
Monochromatic Colors of #8CFBDA
Black with #8CFBDA
Text Example
Text Example
White with #8CFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFBDA; }
p { color: rgb(140,251,218); }
H1.HeaderClassName
{
color: #8CFBDA;
}
.AnyTagClassName
{
color: #8CFBDA;
}
</style>
background-color css
<style>
a { background-color: #8CFBDA; }
a { background-color: rgb(140,251,218); }
div.DivClassName
{
background-color: #8CFBDA;
}
.BgClassName
{
background-color: #8CFBDA;
}
</style>
border-color css
<style>
span { border-color: #8CFBDA; }
span { border-color: rgb(140,251,218); }
td.TdClassName
{
border-color: #8CFBDA;
}
.TagClassName
{
border-color: #8CFBDA;
}
</style>