Shades of Aquamarine #82FCDD
Tints of Aquamarine #82FCDD
RGB
CMYK
RGB Variations
Color information
#82FCDD (or 0x82FCDD) is known color: Aquamarine. HEX triplet: 82, FC and DD. RGB value is (130,252,221). Sum of RGB (Red+Green+Blue) = 130+252+221=603 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.56% from 603); Green value is 252 (98.83% from 255 or 41.79% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 252 - color contains mainly: green. Hex color #82FCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FCDD is #7D0322. Grayscale: #D3D3D3. Windows color (decimal): -8192803 or 14548098. OLE color: 14548098.
HSL color Cylindrical-coordinate representation of color #82FCDD: hue angle of 164.75º degrees, saturation: 0.95, 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 #82FCDD is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 252 | 221 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.01 |
| HSL | 164.75º | 0.95% | 0.75% | - |
| HSV(B) | 164.75º | 0.48% | 0.99% | - |
| XYZ | 57.07 | 79.59 | 80.76 | - |
| YUV | 211.99 | 133.08 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 252 | 221 | 0.48 | 0 | 0.12 | 0.01 | 164.75 | 0.95 | 0.75 |
| Hex | 82 | FC | DD | 30 | 0 | C | 1 | A5 | 5F | 4B |
| Octal | 202 | 374 | 335 | 60 | 0 | 14 | 1 | 245 | 137 | 113 |
| Binary | 10000010 | 11111100 | 11011101 | 110000 | 0 | 1100 | 1 | 10100101 | 1011111 | 1001011 |
Color Harmonies of #82FCDD
Complementary color
Monochromatic Colors of #82FCDD
Black with #82FCDD
Text Example
Text Example
White with #82FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FCDD; }
p { color: rgb(130,252,221); }
H1.HeaderClassName
{
color: #82FCDD;
}
.AnyTagClassName
{
color: #82FCDD;
}
</style>
background-color css
<style>
a { background-color: #82FCDD; }
a { background-color: rgb(130,252,221); }
div.DivClassName
{
background-color: #82FCDD;
}
.BgClassName
{
background-color: #82FCDD;
}
</style>
border-color css
<style>
span { border-color: #82FCDD; }
span { border-color: rgb(130,252,221); }
td.TdClassName
{
border-color: #82FCDD;
}
.TagClassName
{
border-color: #82FCDD;
}
</style>