Shades of Aquamarine #84F3DF
Tints of Aquamarine #84F3DF
RGB
CMYK
RGB Variations
Color information
#84F3DF (or 0x84F3DF) is known color: Aquamarine. HEX triplet: 84, F3 and DF. RGB value is (132,243,223). Sum of RGB (Red+Green+Blue) = 132+243+223=598 (79% of max value = 765). Red value is 132 (51.95% from 255 or 22.07% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 243 - color contains mainly: green. Hex color #84F3DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F3DF is #7B0C20. Grayscale: #CFCFCF. Windows color (decimal): -8064033 or 14676868. OLE color: 14676868.
HSL color Cylindrical-coordinate representation of color #84F3DF: hue angle of 169.19º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F3DF is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 243 | 223 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.05 |
| HSL | 169.19º | 0.82% | 0.74% | - |
| HSV(B) | 169.19º | 0.46% | 0.95% | - |
| XYZ | 54.89 | 74.33 | 81.27 | - |
| YUV | 207.53 | 136.73 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 243 | 223 | 0.46 | 0 | 0.08 | 0.05 | 169.19 | 0.82 | 0.74 |
| Hex | 84 | F3 | DF | 2E | 0 | 8 | 5 | A9 | 52 | 4A |
| Octal | 204 | 363 | 337 | 56 | 0 | 10 | 5 | 251 | 122 | 112 |
| Binary | 10000100 | 11110011 | 11011111 | 101110 | 0 | 1000 | 101 | 10101001 | 1010010 | 1001010 |
Color Harmonies of #84F3DF
Complementary color
Monochromatic Colors of #84F3DF
Black with #84F3DF
Text Example
Text Example
White with #84F3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F3DF; }
p { color: rgb(132,243,223); }
H1.HeaderClassName
{
color: #84F3DF;
}
.AnyTagClassName
{
color: #84F3DF;
}
</style>
background-color css
<style>
a { background-color: #84F3DF; }
a { background-color: rgb(132,243,223); }
div.DivClassName
{
background-color: #84F3DF;
}
.BgClassName
{
background-color: #84F3DF;
}
</style>
border-color css
<style>
span { border-color: #84F3DF; }
span { border-color: rgb(132,243,223); }
td.TdClassName
{
border-color: #84F3DF;
}
.TagClassName
{
border-color: #84F3DF;
}
</style>