Shades of Aquamarine #84FBCD
Tints of Aquamarine #84FBCD
RGB
CMYK
RGB Variations
Color information
#84FBCD (or 0x84FBCD) is known color: Aquamarine. HEX triplet: 84, FB and CD. RGB value is (132,251,205). Sum of RGB (Red+Green+Blue) = 132+251+205=588 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.45% from 588); Green value is 251 (98.44% from 255 or 42.69% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 251 - color contains mainly: green. Hex color #84FBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FBCD is #7B0432. Grayscale: #D2D2D2. Windows color (decimal): -8062003 or 13499268. OLE color: 13499268.
HSL color Cylindrical-coordinate representation of color #84FBCD: hue angle of 156.81º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84FBCD is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 251 | 205 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.02 |
| HSL | 156.81º | 0.94% | 0.75% | - |
| HSV(B) | 156.81º | 0.47% | 0.98% | - |
| XYZ | 55.03 | 78.31 | 69.97 | - |
| YUV | 210.18 | 125.08 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 251 | 205 | 0.47 | 0 | 0.18 | 0.02 | 156.81 | 0.94 | 0.75 |
| Hex | 84 | FB | CD | 2F | 0 | 12 | 2 | 9D | 5E | 4B |
| Octal | 204 | 373 | 315 | 57 | 0 | 22 | 2 | 235 | 136 | 113 |
| Binary | 10000100 | 11111011 | 11001101 | 101111 | 0 | 10010 | 10 | 10011101 | 1011110 | 1001011 |
Color Harmonies of #84FBCD
Complementary color
Monochromatic Colors of #84FBCD
Black with #84FBCD
Text Example
Text Example
White with #84FBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FBCD; }
p { color: rgb(132,251,205); }
H1.HeaderClassName
{
color: #84FBCD;
}
.AnyTagClassName
{
color: #84FBCD;
}
</style>
background-color css
<style>
a { background-color: #84FBCD; }
a { background-color: rgb(132,251,205); }
div.DivClassName
{
background-color: #84FBCD;
}
.BgClassName
{
background-color: #84FBCD;
}
</style>
border-color css
<style>
span { border-color: #84FBCD; }
span { border-color: rgb(132,251,205); }
td.TdClassName
{
border-color: #84FBCD;
}
.TagClassName
{
border-color: #84FBCD;
}
</style>