Shades of Aquamarine #84F9C1
Tints of Aquamarine #84F9C1
RGB
CMYK
RGB Variations
Color information
#84F9C1 (or 0x84F9C1) is known color: Aquamarine. HEX triplet: 84, F9 and C1. RGB value is (132,249,193). Sum of RGB (Red+Green+Blue) = 132+249+193=574 (76% of max value = 765). Red value is 132 (51.95% from 255 or 23.00% from 574); Green value is 249 (97.66% from 255 or 43.38% from 574); Blue value is 193 (75.78% from 255 or 33.62% from 574); Max value from RGB is 249 - color contains mainly: green. Hex color #84F9C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F9C1 is #7B063E. Grayscale: #CFCFCF. Windows color (decimal): -8062527 or 12712324. OLE color: 12712324.
HSL color Cylindrical-coordinate representation of color #84F9C1: hue angle of 151.28º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84F9C1 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 249 | 193 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.02 |
| HSL | 151.28º | 0.91% | 0.75% | - |
| HSV(B) | 151.28º | 0.47% | 0.98% | - |
| XYZ | 53.02 | 76.51 | 62.43 | - |
| YUV | 207.63 | 119.74 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 249 | 193 | 0.47 | 0 | 0.22 | 0.02 | 151.28 | 0.91 | 0.75 |
| Hex | 84 | F9 | C1 | 2F | 0 | 16 | 2 | 97 | 5B | 4B |
| Octal | 204 | 371 | 301 | 57 | 0 | 26 | 2 | 227 | 133 | 113 |
| Binary | 10000100 | 11111001 | 11000001 | 101111 | 0 | 10110 | 10 | 10010111 | 1011011 | 1001011 |
Color Harmonies of #84F9C1
Complementary color
Monochromatic Colors of #84F9C1
Black with #84F9C1
Text Example
Text Example
White with #84F9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F9C1; }
p { color: rgb(132,249,193); }
H1.HeaderClassName
{
color: #84F9C1;
}
.AnyTagClassName
{
color: #84F9C1;
}
</style>
background-color css
<style>
a { background-color: #84F9C1; }
a { background-color: rgb(132,249,193); }
div.DivClassName
{
background-color: #84F9C1;
}
.BgClassName
{
background-color: #84F9C1;
}
</style>
border-color css
<style>
span { border-color: #84F9C1; }
span { border-color: rgb(132,249,193); }
td.TdClassName
{
border-color: #84F9C1;
}
.TagClassName
{
border-color: #84F9C1;
}
</style>