Shades of Aquamarine #8FFCDF
Tints of Aquamarine #8FFCDF
RGB
CMYK
RGB Variations
Color information
#8FFCDF (or 0x8FFCDF) is known color: Aquamarine. HEX triplet: 8F, FC and DF. RGB value is (143,252,223). Sum of RGB (Red+Green+Blue) = 143+252+223=618 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.14% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFCDF is #700320. Grayscale: #D8D8D8. Windows color (decimal): -7340833 or 14679183. OLE color: 14679183.
HSL color Cylindrical-coordinate representation of color #8FFCDF: hue angle of 164.04º 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 #8FFCDF is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 252 | 223 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.01 |
| HSL | 164.04º | 0.95% | 0.77% | - |
| HSV(B) | 164.04º | 0.43% | 0.99% | - |
| XYZ | 59.46 | 80.79 | 82.27 | - |
| YUV | 216.1 | 131.89 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 252 | 223 | 0.43 | 0 | 0.12 | 0.01 | 164.04 | 0.95 | 0.77 |
| Hex | 8F | FC | DF | 2B | 0 | C | 1 | A4 | 5F | 4D |
| Octal | 217 | 374 | 337 | 53 | 0 | 14 | 1 | 244 | 137 | 115 |
| Binary | 10001111 | 11111100 | 11011111 | 101011 | 0 | 1100 | 1 | 10100100 | 1011111 | 1001101 |
Color Harmonies of #8FFCDF
Complementary color
Monochromatic Colors of #8FFCDF
Black with #8FFCDF
Text Example
Text Example
White with #8FFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFCDF; }
p { color: rgb(143,252,223); }
H1.HeaderClassName
{
color: #8FFCDF;
}
.AnyTagClassName
{
color: #8FFCDF;
}
</style>
background-color css
<style>
a { background-color: #8FFCDF; }
a { background-color: rgb(143,252,223); }
div.DivClassName
{
background-color: #8FFCDF;
}
.BgClassName
{
background-color: #8FFCDF;
}
</style>
border-color css
<style>
span { border-color: #8FFCDF; }
span { border-color: rgb(143,252,223); }
td.TdClassName
{
border-color: #8FFCDF;
}
.TagClassName
{
border-color: #8FFCDF;
}
</style>