Shades of Aquamarine #84FDCF
Tints of Aquamarine #84FDCF
RGB
CMYK
RGB Variations
Color information
#84FDCF (or 0x84FDCF) is known color: Aquamarine. HEX triplet: 84, FD and CF. RGB value is (132,253,207). Sum of RGB (Red+Green+Blue) = 132+253+207=592 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.30% from 592); Green value is 253 (99.22% from 255 or 42.74% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 253 - color contains mainly: green. Hex color #84FDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FDCF is #7B0230. Grayscale: #D3D3D3. Windows color (decimal): -8061489 or 13630852. OLE color: 13630852.
HSL color Cylindrical-coordinate representation of color #84FDCF: hue angle of 157.19º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FDCF is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 253 | 207 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.01 |
| HSL | 157.19º | 0.97% | 0.75% | - |
| HSV(B) | 157.19º | 0.48% | 0.99% | - |
| XYZ | 55.9 | 79.66 | 71.46 | - |
| YUV | 211.58 | 125.41 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 253 | 207 | 0.48 | 0 | 0.18 | 0.01 | 157.19 | 0.97 | 0.75 |
| Hex | 84 | FD | CF | 30 | 0 | 12 | 1 | 9D | 61 | 4B |
| Octal | 204 | 375 | 317 | 60 | 0 | 22 | 1 | 235 | 141 | 113 |
| Binary | 10000100 | 11111101 | 11001111 | 110000 | 0 | 10010 | 1 | 10011101 | 1100001 | 1001011 |
Color Harmonies of #84FDCF
Complementary color
Monochromatic Colors of #84FDCF
Black with #84FDCF
Text Example
Text Example
White with #84FDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FDCF; }
p { color: rgb(132,253,207); }
H1.HeaderClassName
{
color: #84FDCF;
}
.AnyTagClassName
{
color: #84FDCF;
}
</style>
background-color css
<style>
a { background-color: #84FDCF; }
a { background-color: rgb(132,253,207); }
div.DivClassName
{
background-color: #84FDCF;
}
.BgClassName
{
background-color: #84FDCF;
}
</style>
border-color css
<style>
span { border-color: #84FDCF; }
span { border-color: rgb(132,253,207); }
td.TdClassName
{
border-color: #84FDCF;
}
.TagClassName
{
border-color: #84FDCF;
}
</style>