Shades of Aquamarine #84F1CE
Tints of Aquamarine #84F1CE
RGB
CMYK
RGB Variations
Color information
#84F1CE (or 0x84F1CE) is known color: Aquamarine. HEX triplet: 84, F1 and CE. RGB value is (132,241,206). Sum of RGB (Red+Green+Blue) = 132+241+206=579 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.80% from 579); Green value is 241 (94.53% from 255 or 41.62% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 241 - color contains mainly: green. Hex color #84F1CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F1CE is #7B0E31. Grayscale: #CCCCCC. Windows color (decimal): -8064562 or 13562244. OLE color: 13562244.
HSL color Cylindrical-coordinate representation of color #84F1CE: hue angle of 160.73º 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 #84F1CE is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 241 | 206 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.05 |
| HSL | 160.73º | 0.8% | 0.73% | - |
| HSV(B) | 160.73º | 0.45% | 0.95% | - |
| XYZ | 52.11 | 72.27 | 69.6 | - |
| YUV | 204.42 | 128.89 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 241 | 206 | 0.45 | 0 | 0.15 | 0.05 | 160.73 | 0.8 | 0.73 |
| Hex | 84 | F1 | CE | 2D | 0 | F | 5 | A1 | 50 | 49 |
| Octal | 204 | 361 | 316 | 55 | 0 | 17 | 5 | 241 | 120 | 111 |
| Binary | 10000100 | 11110001 | 11001110 | 101101 | 0 | 1111 | 101 | 10100001 | 1010000 | 1001001 |
Color Harmonies of #84F1CE
Complementary color
Monochromatic Colors of #84F1CE
Black with #84F1CE
Text Example
Text Example
White with #84F1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F1CE; }
p { color: rgb(132,241,206); }
H1.HeaderClassName
{
color: #84F1CE;
}
.AnyTagClassName
{
color: #84F1CE;
}
</style>
background-color css
<style>
a { background-color: #84F1CE; }
a { background-color: rgb(132,241,206); }
div.DivClassName
{
background-color: #84F1CE;
}
.BgClassName
{
background-color: #84F1CE;
}
</style>
border-color css
<style>
span { border-color: #84F1CE; }
span { border-color: rgb(132,241,206); }
td.TdClassName
{
border-color: #84F1CE;
}
.TagClassName
{
border-color: #84F1CE;
}
</style>