Shades of Aquamarine #8FFCDB
Tints of Aquamarine #8FFCDB
RGB
CMYK
RGB Variations
Color information
#8FFCDB (or 0x8FFCDB) is known color: Aquamarine. HEX triplet: 8F, FC and DB. RGB value is (143,252,219). Sum of RGB (Red+Green+Blue) = 143+252+219=614 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.29% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFCDB is #700324. Grayscale: #D7D7D7. Windows color (decimal): -7340837 or 14417039. OLE color: 14417039.
HSL color Cylindrical-coordinate representation of color #8FFCDB: hue angle of 161.83º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFCDB is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 252 | 219 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.01 |
| HSL | 161.83º | 0.95% | 0.77% | - |
| HSV(B) | 161.83º | 0.43% | 0.99% | - |
| XYZ | 58.92 | 80.57 | 79.46 | - |
| YUV | 215.65 | 129.89 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 252 | 219 | 0.43 | 0 | 0.13 | 0.01 | 161.83 | 0.95 | 0.77 |
| Hex | 8F | FC | DB | 2B | 0 | D | 1 | A2 | 5F | 4D |
| Octal | 217 | 374 | 333 | 53 | 0 | 15 | 1 | 242 | 137 | 115 |
| Binary | 10001111 | 11111100 | 11011011 | 101011 | 0 | 1101 | 1 | 10100010 | 1011111 | 1001101 |
Color Harmonies of #8FFCDB
Complementary color
Monochromatic Colors of #8FFCDB
Black with #8FFCDB
Text Example
Text Example
White with #8FFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFCDB; }
p { color: rgb(143,252,219); }
H1.HeaderClassName
{
color: #8FFCDB;
}
.AnyTagClassName
{
color: #8FFCDB;
}
</style>
background-color css
<style>
a { background-color: #8FFCDB; }
a { background-color: rgb(143,252,219); }
div.DivClassName
{
background-color: #8FFCDB;
}
.BgClassName
{
background-color: #8FFCDB;
}
</style>
border-color css
<style>
span { border-color: #8FFCDB; }
span { border-color: rgb(143,252,219); }
td.TdClassName
{
border-color: #8FFCDB;
}
.TagClassName
{
border-color: #8FFCDB;
}
</style>