Shades of Aquamarine #84FBCB
Tints of Aquamarine #84FBCB
RGB
CMYK
RGB Variations
Color information
#84FBCB (or 0x84FBCB) is known color: Aquamarine. HEX triplet: 84, FB and CB. RGB value is (132,251,203). Sum of RGB (Red+Green+Blue) = 132+251+203=586 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.53% from 586); Green value is 251 (98.44% from 255 or 42.83% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 251 - color contains mainly: green. Hex color #84FBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FBCB is #7B0434. Grayscale: #D2D2D2. Windows color (decimal): -8062005 or 13368196. OLE color: 13368196.
HSL color Cylindrical-coordinate representation of color #84FBCB: hue angle of 155.8º 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 #84FBCB is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 251 | 203 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.02 |
| HSL | 155.8º | 0.94% | 0.75% | - |
| HSV(B) | 155.8º | 0.47% | 0.98% | - |
| XYZ | 54.79 | 78.21 | 68.71 | - |
| YUV | 209.95 | 124.08 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 251 | 203 | 0.47 | 0 | 0.19 | 0.02 | 155.8 | 0.94 | 0.75 |
| Hex | 84 | FB | CB | 2F | 0 | 13 | 2 | 9C | 5E | 4B |
| Octal | 204 | 373 | 313 | 57 | 0 | 23 | 2 | 234 | 136 | 113 |
| Binary | 10000100 | 11111011 | 11001011 | 101111 | 0 | 10011 | 10 | 10011100 | 1011110 | 1001011 |
Color Harmonies of #84FBCB
Complementary color
Monochromatic Colors of #84FBCB
Black with #84FBCB
Text Example
Text Example
White with #84FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FBCB; }
p { color: rgb(132,251,203); }
H1.HeaderClassName
{
color: #84FBCB;
}
.AnyTagClassName
{
color: #84FBCB;
}
</style>
background-color css
<style>
a { background-color: #84FBCB; }
a { background-color: rgb(132,251,203); }
div.DivClassName
{
background-color: #84FBCB;
}
.BgClassName
{
background-color: #84FBCB;
}
</style>
border-color css
<style>
span { border-color: #84FBCB; }
span { border-color: rgb(132,251,203); }
td.TdClassName
{
border-color: #84FBCB;
}
.TagClassName
{
border-color: #84FBCB;
}
</style>