Shades of Aquamarine #8FEFDE
Tints of Aquamarine #8FEFDE
RGB
CMYK
RGB Variations
Color information
#8FEFDE (or 0x8FEFDE) is known color: Aquamarine. HEX triplet: 8F, EF and DE. RGB value is (143,239,222). Sum of RGB (Red+Green+Blue) = 143+239+222=604 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.68% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEFDE is #701021. Grayscale: #D0D0D0. Windows color (decimal): -7344162 or 14610319. OLE color: 14610319.
HSL color Cylindrical-coordinate representation of color #8FEFDE: hue angle of 169.38º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEFDE is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 239 | 222 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.06 |
| HSL | 169.38º | 0.75% | 0.75% | - |
| HSV(B) | 169.38º | 0.4% | 0.94% | - |
| XYZ | 55.38 | 72.85 | 80.25 | - |
| YUV | 208.36 | 135.7 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 239 | 222 | 0.40 | 0 | 0.07 | 0.06 | 169.38 | 0.75 | 0.75 |
| Hex | 8F | EF | DE | 28 | 0 | 7 | 6 | A9 | 4B | 4B |
| Octal | 217 | 357 | 336 | 50 | 0 | 7 | 6 | 251 | 113 | 113 |
| Binary | 10001111 | 11101111 | 11011110 | 101000 | 0 | 111 | 110 | 10101001 | 1001011 | 1001011 |
Color Harmonies of #8FEFDE
Complementary color
Monochromatic Colors of #8FEFDE
Black with #8FEFDE
Text Example
Text Example
White with #8FEFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEFDE; }
p { color: rgb(143,239,222); }
H1.HeaderClassName
{
color: #8FEFDE;
}
.AnyTagClassName
{
color: #8FEFDE;
}
</style>
background-color css
<style>
a { background-color: #8FEFDE; }
a { background-color: rgb(143,239,222); }
div.DivClassName
{
background-color: #8FEFDE;
}
.BgClassName
{
background-color: #8FEFDE;
}
</style>
border-color css
<style>
span { border-color: #8FEFDE; }
span { border-color: rgb(143,239,222); }
td.TdClassName
{
border-color: #8FEFDE;
}
.TagClassName
{
border-color: #8FEFDE;
}
</style>