Shades of Aquamarine #84FBE8
Tints of Aquamarine #84FBE8
RGB
CMYK
RGB Variations
Color information
#84FBE8 (or 0x84FBE8) is known color: Aquamarine. HEX triplet: 84, FB and E8. RGB value is (132,251,232). Sum of RGB (Red+Green+Blue) = 132+251+232=615 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.46% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 232 (91.02% from 255 or 37.72% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #84FBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FBE8 is #7B0417. Grayscale: #D5D5D5. Windows color (decimal): -8061976 or 15268740. OLE color: 15268740.
HSL color Cylindrical-coordinate representation of color #84FBE8: hue angle of 170.42º 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 #84FBE8 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 251 | 232 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.02 |
| HSL | 170.42º | 0.94% | 0.75% | - |
| HSV(B) | 170.42º | 0.47% | 0.98% | - |
| XYZ | 58.58 | 79.73 | 88.65 | - |
| YUV | 213.25 | 138.58 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 251 | 232 | 0.47 | 0 | 0.08 | 0.02 | 170.42 | 0.94 | 0.75 |
| Hex | 84 | FB | E8 | 2F | 0 | 8 | 2 | AA | 5E | 4B |
| Octal | 204 | 373 | 350 | 57 | 0 | 10 | 2 | 252 | 136 | 113 |
| Binary | 10000100 | 11111011 | 11101000 | 101111 | 0 | 1000 | 10 | 10101010 | 1011110 | 1001011 |
Color Harmonies of #84FBE8
Complementary color
Monochromatic Colors of #84FBE8
Black with #84FBE8
Text Example
Text Example
White with #84FBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FBE8; }
p { color: rgb(132,251,232); }
H1.HeaderClassName
{
color: #84FBE8;
}
.AnyTagClassName
{
color: #84FBE8;
}
</style>
background-color css
<style>
a { background-color: #84FBE8; }
a { background-color: rgb(132,251,232); }
div.DivClassName
{
background-color: #84FBE8;
}
.BgClassName
{
background-color: #84FBE8;
}
</style>
border-color css
<style>
span { border-color: #84FBE8; }
span { border-color: rgb(132,251,232); }
td.TdClassName
{
border-color: #84FBE8;
}
.TagClassName
{
border-color: #84FBE8;
}
</style>