Shades of Aquamarine #82F3DF
Tints of Aquamarine #82F3DF
RGB
CMYK
RGB Variations
Color information
#82F3DF (or 0x82F3DF) is known color: Aquamarine. HEX triplet: 82, F3 and DF. RGB value is (130,243,223). Sum of RGB (Red+Green+Blue) = 130+243+223=596 (78% of max value = 765). Red value is 130 (51.17% from 255 or 21.81% from 596); Green value is 243 (95.31% from 255 or 40.77% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 243 - color contains mainly: green. Hex color #82F3DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F3DF is #7D0C20. Grayscale: #CECECE. Windows color (decimal): -8195105 or 14676866. OLE color: 14676866.
HSL color Cylindrical-coordinate representation of color #82F3DF: hue angle of 169.38º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82F3DF is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 243 | 223 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.05 |
| HSL | 169.38º | 0.82% | 0.73% | - |
| HSV(B) | 169.38º | 0.47% | 0.95% | - |
| XYZ | 54.58 | 74.17 | 81.25 | - |
| YUV | 206.93 | 137.06 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 243 | 223 | 0.47 | 0 | 0.08 | 0.05 | 169.38 | 0.82 | 0.73 |
| Hex | 82 | F3 | DF | 2F | 0 | 8 | 5 | A9 | 52 | 49 |
| Octal | 202 | 363 | 337 | 57 | 0 | 10 | 5 | 251 | 122 | 111 |
| Binary | 10000010 | 11110011 | 11011111 | 101111 | 0 | 1000 | 101 | 10101001 | 1010010 | 1001001 |
Color Harmonies of #82F3DF
Complementary color
Monochromatic Colors of #82F3DF
Black with #82F3DF
Text Example
Text Example
White with #82F3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F3DF; }
p { color: rgb(130,243,223); }
H1.HeaderClassName
{
color: #82F3DF;
}
.AnyTagClassName
{
color: #82F3DF;
}
</style>
background-color css
<style>
a { background-color: #82F3DF; }
a { background-color: rgb(130,243,223); }
div.DivClassName
{
background-color: #82F3DF;
}
.BgClassName
{
background-color: #82F3DF;
}
</style>
border-color css
<style>
span { border-color: #82F3DF; }
span { border-color: rgb(130,243,223); }
td.TdClassName
{
border-color: #82F3DF;
}
.TagClassName
{
border-color: #82F3DF;
}
</style>