Shades of Aquamarine #8FFFCB
Tints of Aquamarine #8FFFCB
RGB
CMYK
RGB Variations
Color information
#8FFFCB (or 0x8FFFCB) is known color: Aquamarine. HEX triplet: 8F, FF and CB. RGB value is (143,255,203). Sum of RGB (Red+Green+Blue) = 143+255+203=601 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.79% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFFCB is #700034. Grayscale: #D7D7D7. Windows color (decimal): -7340085 or 13369231. OLE color: 13369231.
HSL color Cylindrical-coordinate representation of color #8FFFCB: hue angle of 152.14º 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 #8FFFCB is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 255 | 203 | - |
| CMYK | 0.44 | 0 | 0.20 | 0 |
| HSL | 152.14º | 1% | 0.78% | - |
| HSV(B) | 152.14º | 0.44% | 1% | - |
| XYZ | 57.87 | 81.67 | 69.21 | - |
| YUV | 215.58 | 120.89 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 255 | 203 | 0.44 | 0 | 0.20 | 0 | 152.14 | 1 | 0.78 |
| Hex | 8F | FF | CB | 2C | 0 | 14 | 0 | 98 | 64 | 4E |
| Octal | 217 | 377 | 313 | 54 | 0 | 24 | 0 | 230 | 144 | 116 |
| Binary | 10001111 | 11111111 | 11001011 | 101100 | 0 | 10100 | 0 | 10011000 | 1100100 | 1001110 |
Color Harmonies of #8FFFCB
Complementary color
Monochromatic Colors of #8FFFCB
Black with #8FFFCB
Text Example
Text Example
White with #8FFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFFCB; }
p { color: rgb(143,255,203); }
H1.HeaderClassName
{
color: #8FFFCB;
}
.AnyTagClassName
{
color: #8FFFCB;
}
</style>
background-color css
<style>
a { background-color: #8FFFCB; }
a { background-color: rgb(143,255,203); }
div.DivClassName
{
background-color: #8FFFCB;
}
.BgClassName
{
background-color: #8FFFCB;
}
</style>
border-color css
<style>
span { border-color: #8FFFCB; }
span { border-color: rgb(143,255,203); }
td.TdClassName
{
border-color: #8FFFCB;
}
.TagClassName
{
border-color: #8FFFCB;
}
</style>