Shades of Aquamarine #8FF2DD
Tints of Aquamarine #8FF2DD
RGB
CMYK
RGB Variations
Color information
#8FF2DD (or 0x8FF2DD) is known color: Aquamarine. HEX triplet: 8F, F2 and DD. RGB value is (143,242,221). Sum of RGB (Red+Green+Blue) = 143+242+221=606 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.60% from 606); Green value is 242 (94.92% from 255 or 39.93% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 242 - color contains mainly: green. Hex color #8FF2DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF2DD is #700D22. Grayscale: #D1D1D1. Windows color (decimal): -7343395 or 14545551. OLE color: 14545551.
HSL color Cylindrical-coordinate representation of color #8FF2DD: hue angle of 167.27º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FF2DD is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 242 | 221 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.05 |
| HSL | 167.27º | 0.79% | 0.75% | - |
| HSV(B) | 167.27º | 0.41% | 0.95% | - |
| XYZ | 56.13 | 74.56 | 79.84 | - |
| YUV | 210.01 | 134.2 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 242 | 221 | 0.41 | 0 | 0.09 | 0.05 | 167.27 | 0.79 | 0.75 |
| Hex | 8F | F2 | DD | 29 | 0 | 9 | 5 | A7 | 4F | 4B |
| Octal | 217 | 362 | 335 | 51 | 0 | 11 | 5 | 247 | 117 | 113 |
| Binary | 10001111 | 11110010 | 11011101 | 101001 | 0 | 1001 | 101 | 10100111 | 1001111 | 1001011 |
Color Harmonies of #8FF2DD
Complementary color
Monochromatic Colors of #8FF2DD
Black with #8FF2DD
Text Example
Text Example
White with #8FF2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF2DD; }
p { color: rgb(143,242,221); }
H1.HeaderClassName
{
color: #8FF2DD;
}
.AnyTagClassName
{
color: #8FF2DD;
}
</style>
background-color css
<style>
a { background-color: #8FF2DD; }
a { background-color: rgb(143,242,221); }
div.DivClassName
{
background-color: #8FF2DD;
}
.BgClassName
{
background-color: #8FF2DD;
}
</style>
border-color css
<style>
span { border-color: #8FF2DD; }
span { border-color: rgb(143,242,221); }
td.TdClassName
{
border-color: #8FF2DD;
}
.TagClassName
{
border-color: #8FF2DD;
}
</style>