Shades of Aquamarine #84F3D6
Tints of Aquamarine #84F3D6
RGB
CMYK
RGB Variations
Color information
#84F3D6 (or 0x84F3D6) is known color: Aquamarine. HEX triplet: 84, F3 and D6. RGB value is (132,243,214). Sum of RGB (Red+Green+Blue) = 132+243+214=589 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.41% from 589); Green value is 243 (95.31% from 255 or 41.26% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 243 - color contains mainly: green. Hex color #84F3D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F3D6 is #7B0C29. Grayscale: #CECECE. Windows color (decimal): -8064042 or 14087044. OLE color: 14087044.
HSL color Cylindrical-coordinate representation of color #84F3D6: hue angle of 164.32º 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 #84F3D6 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 243 | 214 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.05 |
| HSL | 164.32º | 0.82% | 0.74% | - |
| HSV(B) | 164.32º | 0.46% | 0.95% | - |
| XYZ | 53.7 | 73.86 | 75.04 | - |
| YUV | 206.51 | 132.23 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 243 | 214 | 0.46 | 0 | 0.12 | 0.05 | 164.32 | 0.82 | 0.74 |
| Hex | 84 | F3 | D6 | 2E | 0 | C | 5 | A4 | 52 | 4A |
| Octal | 204 | 363 | 326 | 56 | 0 | 14 | 5 | 244 | 122 | 112 |
| Binary | 10000100 | 11110011 | 11010110 | 101110 | 0 | 1100 | 101 | 10100100 | 1010010 | 1001010 |
Color Harmonies of #84F3D6
Complementary color
Monochromatic Colors of #84F3D6
Black with #84F3D6
Text Example
Text Example
White with #84F3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F3D6; }
p { color: rgb(132,243,214); }
H1.HeaderClassName
{
color: #84F3D6;
}
.AnyTagClassName
{
color: #84F3D6;
}
</style>
background-color css
<style>
a { background-color: #84F3D6; }
a { background-color: rgb(132,243,214); }
div.DivClassName
{
background-color: #84F3D6;
}
.BgClassName
{
background-color: #84F3D6;
}
</style>
border-color css
<style>
span { border-color: #84F3D6; }
span { border-color: rgb(132,243,214); }
td.TdClassName
{
border-color: #84F3D6;
}
.TagClassName
{
border-color: #84F3D6;
}
</style>