Shades of Aquamarine #8FF0CB
Tints of Aquamarine #8FF0CB
RGB
CMYK
RGB Variations
Color information
#8FF0CB (or 0x8FF0CB) is known color: Aquamarine. HEX triplet: 8F, F0 and CB. RGB value is (143,240,203). Sum of RGB (Red+Green+Blue) = 143+240+203=586 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.40% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 240 - color contains mainly: green. Hex color #8FF0CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF0CB is #700F34. Grayscale: #CECECE. Windows color (decimal): -7343925 or 13365391. OLE color: 13365391.
HSL color Cylindrical-coordinate representation of color #8FF0CB: hue angle of 157.11º degrees, saturation: 0.76, 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 #8FF0CB is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 240 | 203 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.06 |
| HSL | 157.11º | 0.76% | 0.75% | - |
| HSV(B) | 157.11º | 0.4% | 0.94% | - |
| XYZ | 53.27 | 72.47 | 67.68 | - |
| YUV | 206.78 | 125.86 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 240 | 203 | 0.40 | 0 | 0.15 | 0.06 | 157.11 | 0.76 | 0.75 |
| Hex | 8F | F0 | CB | 28 | 0 | F | 6 | 9D | 4C | 4B |
| Octal | 217 | 360 | 313 | 50 | 0 | 17 | 6 | 235 | 114 | 113 |
| Binary | 10001111 | 11110000 | 11001011 | 101000 | 0 | 1111 | 110 | 10011101 | 1001100 | 1001011 |
Color Harmonies of #8FF0CB
Complementary color
Monochromatic Colors of #8FF0CB
Black with #8FF0CB
Text Example
Text Example
White with #8FF0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF0CB; }
p { color: rgb(143,240,203); }
H1.HeaderClassName
{
color: #8FF0CB;
}
.AnyTagClassName
{
color: #8FF0CB;
}
</style>
background-color css
<style>
a { background-color: #8FF0CB; }
a { background-color: rgb(143,240,203); }
div.DivClassName
{
background-color: #8FF0CB;
}
.BgClassName
{
background-color: #8FF0CB;
}
</style>
border-color css
<style>
span { border-color: #8FF0CB; }
span { border-color: rgb(143,240,203); }
td.TdClassName
{
border-color: #8FF0CB;
}
.TagClassName
{
border-color: #8FF0CB;
}
</style>