Shades of Aquamarine #82FCC4
Tints of Aquamarine #82FCC4
RGB
CMYK
RGB Variations
Color information
#82FCC4 (or 0x82FCC4) is known color: Aquamarine. HEX triplet: 82, FC and C4. RGB value is (130,252,196). Sum of RGB (Red+Green+Blue) = 130+252+196=578 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.49% from 578); Green value is 252 (98.83% from 255 or 43.60% from 578); Blue value is 196 (76.95% from 255 or 33.91% from 578); Max value from RGB is 252 - color contains mainly: green. Hex color #82FCC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FCC4 is #7D033B. Grayscale: #D1D1D1. Windows color (decimal): -8192828 or 12909698. OLE color: 12909698.
HSL color Cylindrical-coordinate representation of color #82FCC4: hue angle of 152.46º 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 #82FCC4 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 252 | 196 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.01 |
| HSL | 152.46º | 0.95% | 0.75% | - |
| HSV(B) | 152.46º | 0.48% | 0.99% | - |
| XYZ | 53.98 | 78.35 | 64.5 | - |
| YUV | 209.14 | 120.58 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 252 | 196 | 0.48 | 0 | 0.22 | 0.01 | 152.46 | 0.95 | 0.75 |
| Hex | 82 | FC | C4 | 30 | 0 | 16 | 1 | 98 | 5F | 4B |
| Octal | 202 | 374 | 304 | 60 | 0 | 26 | 1 | 230 | 137 | 113 |
| Binary | 10000010 | 11111100 | 11000100 | 110000 | 0 | 10110 | 1 | 10011000 | 1011111 | 1001011 |
Color Harmonies of #82FCC4
Complementary color
Monochromatic Colors of #82FCC4
Black with #82FCC4
Text Example
Text Example
White with #82FCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FCC4; }
p { color: rgb(130,252,196); }
H1.HeaderClassName
{
color: #82FCC4;
}
.AnyTagClassName
{
color: #82FCC4;
}
</style>
background-color css
<style>
a { background-color: #82FCC4; }
a { background-color: rgb(130,252,196); }
div.DivClassName
{
background-color: #82FCC4;
}
.BgClassName
{
background-color: #82FCC4;
}
</style>
border-color css
<style>
span { border-color: #82FCC4; }
span { border-color: rgb(130,252,196); }
td.TdClassName
{
border-color: #82FCC4;
}
.TagClassName
{
border-color: #82FCC4;
}
</style>