Shades of Aquamarine #84F3DC
Tints of Aquamarine #84F3DC
RGB
CMYK
RGB Variations
Color information
#84F3DC (or 0x84F3DC) is known color: Aquamarine. HEX triplet: 84, F3 and DC. RGB value is (132,243,220). Sum of RGB (Red+Green+Blue) = 132+243+220=595 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.18% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 243 - color contains mainly: green. Hex color #84F3DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F3DC is #7B0C23. Grayscale: #CFCFCF. Windows color (decimal): -8064036 or 14480260. OLE color: 14480260.
HSL color Cylindrical-coordinate representation of color #84F3DC: hue angle of 167.57º 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 #84F3DC is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 243 | 220 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.05 |
| HSL | 167.57º | 0.82% | 0.74% | - |
| HSV(B) | 167.57º | 0.46% | 0.95% | - |
| XYZ | 54.48 | 74.17 | 79.16 | - |
| YUV | 207.19 | 135.23 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 243 | 220 | 0.46 | 0 | 0.09 | 0.05 | 167.57 | 0.82 | 0.74 |
| Hex | 84 | F3 | DC | 2E | 0 | 9 | 5 | A8 | 52 | 4A |
| Octal | 204 | 363 | 334 | 56 | 0 | 11 | 5 | 250 | 122 | 112 |
| Binary | 10000100 | 11110011 | 11011100 | 101110 | 0 | 1001 | 101 | 10101000 | 1010010 | 1001010 |
Color Harmonies of #84F3DC
Complementary color
Monochromatic Colors of #84F3DC
Black with #84F3DC
Text Example
Text Example
White with #84F3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F3DC; }
p { color: rgb(132,243,220); }
H1.HeaderClassName
{
color: #84F3DC;
}
.AnyTagClassName
{
color: #84F3DC;
}
</style>
background-color css
<style>
a { background-color: #84F3DC; }
a { background-color: rgb(132,243,220); }
div.DivClassName
{
background-color: #84F3DC;
}
.BgClassName
{
background-color: #84F3DC;
}
</style>
border-color css
<style>
span { border-color: #84F3DC; }
span { border-color: rgb(132,243,220); }
td.TdClassName
{
border-color: #84F3DC;
}
.TagClassName
{
border-color: #84F3DC;
}
</style>