Shades of Aquamarine #8BFCDD
Tints of Aquamarine #8BFCDD
RGB
CMYK
RGB Variations
Color information
#8BFCDD (or 0x8BFCDD) is known color: Aquamarine. HEX triplet: 8B, FC and DD. RGB value is (139,252,221). Sum of RGB (Red+Green+Blue) = 139+252+221=612 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.71% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #8BFCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFCDD is #740322. Grayscale: #D6D6D6. Windows color (decimal): -7602979 or 14548107. OLE color: 14548107.
HSL color Cylindrical-coordinate representation of color #8BFCDD: hue angle of 163.54º 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 #8BFCDD is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 252 | 221 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.01 |
| HSL | 163.54º | 0.95% | 0.77% | - |
| HSV(B) | 163.54º | 0.45% | 0.99% | - |
| XYZ | 58.51 | 80.33 | 80.83 | - |
| YUV | 214.68 | 131.56 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 252 | 221 | 0.45 | 0 | 0.12 | 0.01 | 163.54 | 0.95 | 0.77 |
| Hex | 8B | FC | DD | 2D | 0 | C | 1 | A4 | 5F | 4D |
| Octal | 213 | 374 | 335 | 55 | 0 | 14 | 1 | 244 | 137 | 115 |
| Binary | 10001011 | 11111100 | 11011101 | 101101 | 0 | 1100 | 1 | 10100100 | 1011111 | 1001101 |
Color Harmonies of #8BFCDD
Complementary color
Monochromatic Colors of #8BFCDD
Black with #8BFCDD
Text Example
Text Example
White with #8BFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFCDD; }
p { color: rgb(139,252,221); }
H1.HeaderClassName
{
color: #8BFCDD;
}
.AnyTagClassName
{
color: #8BFCDD;
}
</style>
background-color css
<style>
a { background-color: #8BFCDD; }
a { background-color: rgb(139,252,221); }
div.DivClassName
{
background-color: #8BFCDD;
}
.BgClassName
{
background-color: #8BFCDD;
}
</style>
border-color css
<style>
span { border-color: #8BFCDD; }
span { border-color: rgb(139,252,221); }
td.TdClassName
{
border-color: #8BFCDD;
}
.TagClassName
{
border-color: #8BFCDD;
}
</style>