Shades of Aquamarine #8FFFDC
Tints of Aquamarine #8FFFDC
RGB
CMYK
RGB Variations
Color information
#8FFFDC (or 0x8FFFDC) is known color: Aquamarine. HEX triplet: 8F, FF and DC. RGB value is (143,255,220). Sum of RGB (Red+Green+Blue) = 143+255+220=618 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.14% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFFDC is #700023. Grayscale: #D9D9D9. Windows color (decimal): -7340068 or 14483343. OLE color: 14483343.
HSL color Cylindrical-coordinate representation of color #8FFFDC: hue angle of 161.25º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFFDC is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 255 | 220 | - |
| CMYK | 0.44 | 0 | 0.14 | 0 |
| HSL | 161.25º | 1% | 0.78% | - |
| HSV(B) | 161.25º | 0.44% | 1% | - |
| XYZ | 60.01 | 82.53 | 80.48 | - |
| YUV | 217.52 | 129.39 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 255 | 220 | 0.44 | 0 | 0.14 | 0 | 161.25 | 1 | 0.78 |
| Hex | 8F | FF | DC | 2C | 0 | E | 0 | A1 | 64 | 4E |
| Octal | 217 | 377 | 334 | 54 | 0 | 16 | 0 | 241 | 144 | 116 |
| Binary | 10001111 | 11111111 | 11011100 | 101100 | 0 | 1110 | 0 | 10100001 | 1100100 | 1001110 |
Color Harmonies of #8FFFDC
Complementary color
Monochromatic Colors of #8FFFDC
Black with #8FFFDC
Text Example
Text Example
White with #8FFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFFDC; }
p { color: rgb(143,255,220); }
H1.HeaderClassName
{
color: #8FFFDC;
}
.AnyTagClassName
{
color: #8FFFDC;
}
</style>
background-color css
<style>
a { background-color: #8FFFDC; }
a { background-color: rgb(143,255,220); }
div.DivClassName
{
background-color: #8FFFDC;
}
.BgClassName
{
background-color: #8FFFDC;
}
</style>
border-color css
<style>
span { border-color: #8FFFDC; }
span { border-color: rgb(143,255,220); }
td.TdClassName
{
border-color: #8FFFDC;
}
.TagClassName
{
border-color: #8FFFDC;
}
</style>