Shades of Aquamarine #84F1DD
Tints of Aquamarine #84F1DD
RGB
CMYK
RGB Variations
Color information
#84F1DD (or 0x84F1DD) is known color: Aquamarine. HEX triplet: 84, F1 and DD. RGB value is (132,241,221). Sum of RGB (Red+Green+Blue) = 132+241+221=594 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.22% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 241 - color contains mainly: green. Hex color #84F1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F1DD is #7B0E22. Grayscale: #CECECE. Windows color (decimal): -8064547 or 14545284. OLE color: 14545284.
HSL color Cylindrical-coordinate representation of color #84F1DD: hue angle of 168.99º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84F1DD is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 241 | 221 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.05 |
| HSL | 168.99º | 0.8% | 0.73% | - |
| HSV(B) | 168.99º | 0.45% | 0.95% | - |
| XYZ | 54.02 | 73.04 | 79.66 | - |
| YUV | 206.13 | 136.39 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 241 | 221 | 0.45 | 0 | 0.08 | 0.05 | 168.99 | 0.8 | 0.73 |
| Hex | 84 | F1 | DD | 2D | 0 | 8 | 5 | A9 | 50 | 49 |
| Octal | 204 | 361 | 335 | 55 | 0 | 10 | 5 | 251 | 120 | 111 |
| Binary | 10000100 | 11110001 | 11011101 | 101101 | 0 | 1000 | 101 | 10101001 | 1010000 | 1001001 |
Color Harmonies of #84F1DD
Complementary color
Monochromatic Colors of #84F1DD
Black with #84F1DD
Text Example
Text Example
White with #84F1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F1DD; }
p { color: rgb(132,241,221); }
H1.HeaderClassName
{
color: #84F1DD;
}
.AnyTagClassName
{
color: #84F1DD;
}
</style>
background-color css
<style>
a { background-color: #84F1DD; }
a { background-color: rgb(132,241,221); }
div.DivClassName
{
background-color: #84F1DD;
}
.BgClassName
{
background-color: #84F1DD;
}
</style>
border-color css
<style>
span { border-color: #84F1DD; }
span { border-color: rgb(132,241,221); }
td.TdClassName
{
border-color: #84F1DD;
}
.TagClassName
{
border-color: #84F1DD;
}
</style>