Shades of Aquamarine #84FFCB
Tints of Aquamarine #84FFCB
RGB
CMYK
RGB Variations
Color information
#84FFCB (or 0x84FFCB) is known color: Aquamarine. HEX triplet: 84, FF and CB. RGB value is (132,255,203). Sum of RGB (Red+Green+Blue) = 132+255+203=590 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.37% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FFCB is #7B0034. Grayscale: #D4D4D4. Windows color (decimal): -8060981 or 13369220. OLE color: 13369220.
HSL color Cylindrical-coordinate representation of color #84FFCB: hue angle of 154.63º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FFCB is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 255 | 203 | - |
| CMYK | 0.48 | 0 | 0.20 | 0 |
| HSL | 154.63º | 1% | 0.76% | - |
| HSV(B) | 154.63º | 0.48% | 1% | - |
| XYZ | 56.06 | 80.74 | 69.13 | - |
| YUV | 212.3 | 122.75 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 255 | 203 | 0.48 | 0 | 0.20 | 0 | 154.63 | 1 | 0.76 |
| Hex | 84 | FF | CB | 30 | 0 | 14 | 0 | 9B | 64 | 4C |
| Octal | 204 | 377 | 313 | 60 | 0 | 24 | 0 | 233 | 144 | 114 |
| Binary | 10000100 | 11111111 | 11001011 | 110000 | 0 | 10100 | 0 | 10011011 | 1100100 | 1001100 |
Color Harmonies of #84FFCB
Complementary color
Monochromatic Colors of #84FFCB
Black with #84FFCB
Text Example
Text Example
White with #84FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FFCB; }
p { color: rgb(132,255,203); }
H1.HeaderClassName
{
color: #84FFCB;
}
.AnyTagClassName
{
color: #84FFCB;
}
</style>
background-color css
<style>
a { background-color: #84FFCB; }
a { background-color: rgb(132,255,203); }
div.DivClassName
{
background-color: #84FFCB;
}
.BgClassName
{
background-color: #84FFCB;
}
</style>
border-color css
<style>
span { border-color: #84FFCB; }
span { border-color: rgb(132,255,203); }
td.TdClassName
{
border-color: #84FFCB;
}
.TagClassName
{
border-color: #84FFCB;
}
</style>