Shades of Aquamarine #84F6C4
Tints of Aquamarine #84F6C4
RGB
CMYK
RGB Variations
Color information
#84F6C4 (or 0x84F6C4) is known color: Aquamarine. HEX triplet: 84, F6 and C4. RGB value is (132,246,196). Sum of RGB (Red+Green+Blue) = 132+246+196=574 (76% of max value = 765). Red value is 132 (51.95% from 255 or 23.00% from 574); Green value is 246 (96.48% from 255 or 42.86% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 246 - color contains mainly: green. Hex color #84F6C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F6C4 is #7B093B. Grayscale: #CECECE. Windows color (decimal): -8063292 or 12908164. OLE color: 12908164.
HSL color Cylindrical-coordinate representation of color #84F6C4: hue angle of 153.68º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F6C4 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 246 | 196 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.04 |
| HSL | 153.68º | 0.86% | 0.74% | - |
| HSV(B) | 153.68º | 0.46% | 0.96% | - |
| XYZ | 52.44 | 74.8 | 63.9 | - |
| YUV | 206.21 | 122.23 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 246 | 196 | 0.46 | 0 | 0.20 | 0.04 | 153.68 | 0.86 | 0.74 |
| Hex | 84 | F6 | C4 | 2E | 0 | 14 | 4 | 9A | 56 | 4A |
| Octal | 204 | 366 | 304 | 56 | 0 | 24 | 4 | 232 | 126 | 112 |
| Binary | 10000100 | 11110110 | 11000100 | 101110 | 0 | 10100 | 100 | 10011010 | 1010110 | 1001010 |
Color Harmonies of #84F6C4
Complementary color
Monochromatic Colors of #84F6C4
Black with #84F6C4
Text Example
Text Example
White with #84F6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F6C4; }
p { color: rgb(132,246,196); }
H1.HeaderClassName
{
color: #84F6C4;
}
.AnyTagClassName
{
color: #84F6C4;
}
</style>
background-color css
<style>
a { background-color: #84F6C4; }
a { background-color: rgb(132,246,196); }
div.DivClassName
{
background-color: #84F6C4;
}
.BgClassName
{
background-color: #84F6C4;
}
</style>
border-color css
<style>
span { border-color: #84F6C4; }
span { border-color: rgb(132,246,196); }
td.TdClassName
{
border-color: #84F6C4;
}
.TagClassName
{
border-color: #84F6C4;
}
</style>