Shades of Aquamarine #82FFC9
Tints of Aquamarine #82FFC9
RGB
CMYK
RGB Variations
Color information
#82FFC9 (or 0x82FFC9) is known color: Aquamarine. HEX triplet: 82, FF and C9. RGB value is (130,255,201). Sum of RGB (Red+Green+Blue) = 130+255+201=586 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.18% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #82FFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FFC9 is #7D0036. Grayscale: #D3D3D3. Windows color (decimal): -8192055 or 13238146. OLE color: 13238146.
HSL color Cylindrical-coordinate representation of color #82FFC9: hue angle of 154.08º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82FFC9 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 255 | 201 | - |
| CMYK | 0.49 | 0 | 0.21 | 0 |
| HSL | 154.08º | 1% | 0.75% | - |
| HSV(B) | 154.08º | 0.49% | 1% | - |
| XYZ | 55.51 | 80.48 | 67.87 | - |
| YUV | 211.47 | 122.09 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 255 | 201 | 0.49 | 0 | 0.21 | 0 | 154.08 | 1 | 0.75 |
| Hex | 82 | FF | C9 | 31 | 0 | 15 | 0 | 9A | 64 | 4B |
| Octal | 202 | 377 | 311 | 61 | 0 | 25 | 0 | 232 | 144 | 113 |
| Binary | 10000010 | 11111111 | 11001001 | 110001 | 0 | 10101 | 0 | 10011010 | 1100100 | 1001011 |
Color Harmonies of #82FFC9
Complementary color
Monochromatic Colors of #82FFC9
Black with #82FFC9
Text Example
Text Example
White with #82FFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FFC9; }
p { color: rgb(130,255,201); }
H1.HeaderClassName
{
color: #82FFC9;
}
.AnyTagClassName
{
color: #82FFC9;
}
</style>
background-color css
<style>
a { background-color: #82FFC9; }
a { background-color: rgb(130,255,201); }
div.DivClassName
{
background-color: #82FFC9;
}
.BgClassName
{
background-color: #82FFC9;
}
</style>
border-color css
<style>
span { border-color: #82FFC9; }
span { border-color: rgb(130,255,201); }
td.TdClassName
{
border-color: #82FFC9;
}
.TagClassName
{
border-color: #82FFC9;
}
</style>