Shades of Aquamarine #8FFBCD
Tints of Aquamarine #8FFBCD
RGB
CMYK
RGB Variations
Color information
#8FFBCD (or 0x8FFBCD) is known color: Aquamarine. HEX triplet: 8F, FB and CD. RGB value is (143,251,205). Sum of RGB (Red+Green+Blue) = 143+251+205=599 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.87% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #8FFBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFBCD is #700432. Grayscale: #D5D5D5. Windows color (decimal): -7341107 or 13499279. OLE color: 13499279.
HSL color Cylindrical-coordinate representation of color #8FFBCD: hue angle of 154.44º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFBCD is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 251 | 205 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.02 |
| HSL | 154.44º | 0.93% | 0.77% | - |
| HSV(B) | 154.44º | 0.43% | 0.98% | - |
| XYZ | 56.84 | 79.24 | 70.06 | - |
| YUV | 213.46 | 123.22 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 251 | 205 | 0.43 | 0 | 0.18 | 0.02 | 154.44 | 0.93 | 0.77 |
| Hex | 8F | FB | CD | 2B | 0 | 12 | 2 | 9A | 5D | 4D |
| Octal | 217 | 373 | 315 | 53 | 0 | 22 | 2 | 232 | 135 | 115 |
| Binary | 10001111 | 11111011 | 11001101 | 101011 | 0 | 10010 | 10 | 10011010 | 1011101 | 1001101 |
Color Harmonies of #8FFBCD
Complementary color
Monochromatic Colors of #8FFBCD
Black with #8FFBCD
Text Example
Text Example
White with #8FFBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFBCD; }
p { color: rgb(143,251,205); }
H1.HeaderClassName
{
color: #8FFBCD;
}
.AnyTagClassName
{
color: #8FFBCD;
}
</style>
background-color css
<style>
a { background-color: #8FFBCD; }
a { background-color: rgb(143,251,205); }
div.DivClassName
{
background-color: #8FFBCD;
}
.BgClassName
{
background-color: #8FFBCD;
}
</style>
border-color css
<style>
span { border-color: #8FFBCD; }
span { border-color: rgb(143,251,205); }
td.TdClassName
{
border-color: #8FFBCD;
}
.TagClassName
{
border-color: #8FFBCD;
}
</style>