Shades of Aquamarine #8BFCCF
Tints of Aquamarine #8BFCCF
RGB
CMYK
RGB Variations
Color information
#8BFCCF (or 0x8BFCCF) is known color: Aquamarine. HEX triplet: 8B, FC and CF. RGB value is (139,252,207). Sum of RGB (Red+Green+Blue) = 139+252+207=598 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.24% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #8BFCCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFCCF is #740330. Grayscale: #D5D5D5. Windows color (decimal): -7602993 or 13630603. OLE color: 13630603.
HSL color Cylindrical-coordinate representation of color #8BFCCF: hue angle of 156.11º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFCCF is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 252 | 207 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.01 |
| HSL | 156.11º | 0.95% | 0.77% | - |
| HSV(B) | 156.11º | 0.45% | 0.99% | - |
| XYZ | 56.72 | 79.61 | 71.41 | - |
| YUV | 213.08 | 124.56 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 252 | 207 | 0.45 | 0 | 0.18 | 0.01 | 156.11 | 0.95 | 0.77 |
| Hex | 8B | FC | CF | 2D | 0 | 12 | 1 | 9C | 5F | 4D |
| Octal | 213 | 374 | 317 | 55 | 0 | 22 | 1 | 234 | 137 | 115 |
| Binary | 10001011 | 11111100 | 11001111 | 101101 | 0 | 10010 | 1 | 10011100 | 1011111 | 1001101 |
Color Harmonies of #8BFCCF
Complementary color
Monochromatic Colors of #8BFCCF
Black with #8BFCCF
Text Example
Text Example
White with #8BFCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFCCF; }
p { color: rgb(139,252,207); }
H1.HeaderClassName
{
color: #8BFCCF;
}
.AnyTagClassName
{
color: #8BFCCF;
}
</style>
background-color css
<style>
a { background-color: #8BFCCF; }
a { background-color: rgb(139,252,207); }
div.DivClassName
{
background-color: #8BFCCF;
}
.BgClassName
{
background-color: #8BFCCF;
}
</style>
border-color css
<style>
span { border-color: #8BFCCF; }
span { border-color: rgb(139,252,207); }
td.TdClassName
{
border-color: #8BFCCF;
}
.TagClassName
{
border-color: #8BFCCF;
}
</style>