Shades of Aquamarine #8BF3CE
Tints of Aquamarine #8BF3CE
RGB
CMYK
RGB Variations
Color information
#8BF3CE (or 0x8BF3CE) is known color: Aquamarine. HEX triplet: 8B, F3 and CE. RGB value is (139,243,206). Sum of RGB (Red+Green+Blue) = 139+243+206=588 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.64% from 588); Green value is 243 (95.31% from 255 or 41.33% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 243 - color contains mainly: green. Hex color #8BF3CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF3CE is #740C31. Grayscale: #CFCFCF. Windows color (decimal): -7605298 or 13562763. OLE color: 13562763.
HSL color Cylindrical-coordinate representation of color #8BF3CE: hue angle of 158.65º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BF3CE is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 243 | 206 | - |
| CMYK | 0.43 | 0 | 0.15 | 0.05 |
| HSL | 158.65º | 0.81% | 0.75% | - |
| HSV(B) | 158.65º | 0.43% | 0.95% | - |
| XYZ | 53.84 | 74.05 | 69.85 | - |
| YUV | 207.69 | 127.04 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 243 | 206 | 0.43 | 0 | 0.15 | 0.05 | 158.65 | 0.81 | 0.75 |
| Hex | 8B | F3 | CE | 2B | 0 | F | 5 | 9F | 51 | 4B |
| Octal | 213 | 363 | 316 | 53 | 0 | 17 | 5 | 237 | 121 | 113 |
| Binary | 10001011 | 11110011 | 11001110 | 101011 | 0 | 1111 | 101 | 10011111 | 1010001 | 1001011 |
Color Harmonies of #8BF3CE
Complementary color
Monochromatic Colors of #8BF3CE
Black with #8BF3CE
Text Example
Text Example
White with #8BF3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF3CE; }
p { color: rgb(139,243,206); }
H1.HeaderClassName
{
color: #8BF3CE;
}
.AnyTagClassName
{
color: #8BF3CE;
}
</style>
background-color css
<style>
a { background-color: #8BF3CE; }
a { background-color: rgb(139,243,206); }
div.DivClassName
{
background-color: #8BF3CE;
}
.BgClassName
{
background-color: #8BF3CE;
}
</style>
border-color css
<style>
span { border-color: #8BF3CE; }
span { border-color: rgb(139,243,206); }
td.TdClassName
{
border-color: #8BF3CE;
}
.TagClassName
{
border-color: #8BF3CE;
}
</style>