Shades of Aquamarine #8FF6CB
Tints of Aquamarine #8FF6CB
RGB
CMYK
RGB Variations
Color information
#8FF6CB (or 0x8FF6CB) is known color: Aquamarine. HEX triplet: 8F, F6 and CB. RGB value is (143,246,203). Sum of RGB (Red+Green+Blue) = 143+246+203=592 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.16% from 592); Green value is 246 (96.48% from 255 or 41.55% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 246 - color contains mainly: green. Hex color #8FF6CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF6CB is #700934. Grayscale: #D2D2D2. Windows color (decimal): -7342389 or 13366927. OLE color: 13366927.
HSL color Cylindrical-coordinate representation of color #8FF6CB: hue angle of 154.95º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FF6CB is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 143 | 246 | 203 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.04 |
| HSL | 154.95º | 0.85% | 0.76% | - |
| HSV(B) | 154.95º | 0.42% | 0.96% | - |
| XYZ | 55.06 | 76.06 | 68.28 | - |
| YUV | 210.3 | 123.88 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 246 | 203 | 0.42 | 0 | 0.17 | 0.04 | 154.95 | 0.85 | 0.76 |
| Hex | 8F | F6 | CB | 2A | 0 | 11 | 4 | 9B | 55 | 4C |
| Octal | 217 | 366 | 313 | 52 | 0 | 21 | 4 | 233 | 125 | 114 |
| Binary | 10001111 | 11110110 | 11001011 | 101010 | 0 | 10001 | 100 | 10011011 | 1010101 | 1001100 |
Color Harmonies of #8FF6CB
Complementary color
Monochromatic Colors of #8FF6CB
Black with #8FF6CB
Text Example
Text Example
White with #8FF6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF6CB; }
p { color: rgb(143,246,203); }
H1.HeaderClassName
{
color: #8FF6CB;
}
.AnyTagClassName
{
color: #8FF6CB;
}
</style>
background-color css
<style>
a { background-color: #8FF6CB; }
a { background-color: rgb(143,246,203); }
div.DivClassName
{
background-color: #8FF6CB;
}
.BgClassName
{
background-color: #8FF6CB;
}
</style>
border-color css
<style>
span { border-color: #8FF6CB; }
span { border-color: rgb(143,246,203); }
td.TdClassName
{
border-color: #8FF6CB;
}
.TagClassName
{
border-color: #8FF6CB;
}
</style>