Shades of Aquamarine #84F3DD
Tints of Aquamarine #84F3DD
RGB
CMYK
RGB Variations
Color information
#84F3DD (or 0x84F3DD) is known color: Aquamarine. HEX triplet: 84, F3 and DD. RGB value is (132,243,221). Sum of RGB (Red+Green+Blue) = 132+243+221=596 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.15% from 596); Green value is 243 (95.31% from 255 or 40.77% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 243 - color contains mainly: green. Hex color #84F3DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F3DD is #7B0C22. Grayscale: #CFCFCF. Windows color (decimal): -8064035 or 14545796. OLE color: 14545796.
HSL color Cylindrical-coordinate representation of color #84F3DD: hue angle of 168.11º 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 #84F3DD is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 243 | 221 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.05 |
| HSL | 168.11º | 0.82% | 0.74% | - |
| HSV(B) | 168.11º | 0.46% | 0.95% | - |
| XYZ | 54.62 | 74.23 | 79.86 | - |
| YUV | 207.3 | 135.73 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 243 | 221 | 0.46 | 0 | 0.09 | 0.05 | 168.11 | 0.82 | 0.74 |
| Hex | 84 | F3 | DD | 2E | 0 | 9 | 5 | A8 | 52 | 4A |
| Octal | 204 | 363 | 335 | 56 | 0 | 11 | 5 | 250 | 122 | 112 |
| Binary | 10000100 | 11110011 | 11011101 | 101110 | 0 | 1001 | 101 | 10101000 | 1010010 | 1001010 |
Color Harmonies of #84F3DD
Complementary color
Monochromatic Colors of #84F3DD
Black with #84F3DD
Text Example
Text Example
White with #84F3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F3DD; }
p { color: rgb(132,243,221); }
H1.HeaderClassName
{
color: #84F3DD;
}
.AnyTagClassName
{
color: #84F3DD;
}
</style>
background-color css
<style>
a { background-color: #84F3DD; }
a { background-color: rgb(132,243,221); }
div.DivClassName
{
background-color: #84F3DD;
}
.BgClassName
{
background-color: #84F3DD;
}
</style>
border-color css
<style>
span { border-color: #84F3DD; }
span { border-color: rgb(132,243,221); }
td.TdClassName
{
border-color: #84F3DD;
}
.TagClassName
{
border-color: #84F3DD;
}
</style>