Shades of Aquamarine #8FFCDD
Tints of Aquamarine #8FFCDD
RGB
CMYK
RGB Variations
Color information
#8FFCDD (or 0x8FFCDD) is known color: Aquamarine. HEX triplet: 8F, FC and DD. RGB value is (143,252,221). Sum of RGB (Red+Green+Blue) = 143+252+221=616 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.21% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFCDD is #700322. Grayscale: #D7D7D7. Windows color (decimal): -7340835 or 14548111. OLE color: 14548111.
HSL color Cylindrical-coordinate representation of color #8FFCDD: hue angle of 162.94º 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 #8FFCDD is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 252 | 221 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.01 |
| HSL | 162.94º | 0.95% | 0.77% | - |
| HSV(B) | 162.94º | 0.43% | 0.99% | - |
| XYZ | 59.19 | 80.68 | 80.86 | - |
| YUV | 215.88 | 130.89 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 252 | 221 | 0.43 | 0 | 0.12 | 0.01 | 162.94 | 0.95 | 0.77 |
| Hex | 8F | FC | DD | 2B | 0 | C | 1 | A3 | 5F | 4D |
| Octal | 217 | 374 | 335 | 53 | 0 | 14 | 1 | 243 | 137 | 115 |
| Binary | 10001111 | 11111100 | 11011101 | 101011 | 0 | 1100 | 1 | 10100011 | 1011111 | 1001101 |
Color Harmonies of #8FFCDD
Complementary color
Monochromatic Colors of #8FFCDD
Black with #8FFCDD
Text Example
Text Example
White with #8FFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFCDD; }
p { color: rgb(143,252,221); }
H1.HeaderClassName
{
color: #8FFCDD;
}
.AnyTagClassName
{
color: #8FFCDD;
}
</style>
background-color css
<style>
a { background-color: #8FFCDD; }
a { background-color: rgb(143,252,221); }
div.DivClassName
{
background-color: #8FFCDD;
}
.BgClassName
{
background-color: #8FFCDD;
}
</style>
border-color css
<style>
span { border-color: #8FFCDD; }
span { border-color: rgb(143,252,221); }
td.TdClassName
{
border-color: #8FFCDD;
}
.TagClassName
{
border-color: #8FFCDD;
}
</style>