Shades of Aquamarine #82EDC5
Tints of Aquamarine #82EDC5
RGB
CMYK
RGB Variations
Color information
#82EDC5 (or 0x82EDC5) is known color: Aquamarine. HEX triplet: 82, ED and C5. RGB value is (130,237,197). Sum of RGB (Red+Green+Blue) = 130+237+197=564 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.05% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #82EDC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EDC5 is #7D123A. Grayscale: #C8C8C8. Windows color (decimal): -8196667 or 12971394. OLE color: 12971394.
HSL color Cylindrical-coordinate representation of color #82EDC5: hue angle of 157.57º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82EDC5 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 237 | 197 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.07 |
| HSL | 157.57º | 0.75% | 0.72% | - |
| HSV(B) | 157.57º | 0.45% | 0.93% | - |
| XYZ | 49.57 | 69.35 | 63.6 | - |
| YUV | 200.45 | 126.05 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 237 | 197 | 0.45 | 0 | 0.17 | 0.07 | 157.57 | 0.75 | 0.72 |
| Hex | 82 | ED | C5 | 2D | 0 | 11 | 7 | 9E | 4B | 48 |
| Octal | 202 | 355 | 305 | 55 | 0 | 21 | 7 | 236 | 113 | 110 |
| Binary | 10000010 | 11101101 | 11000101 | 101101 | 0 | 10001 | 111 | 10011110 | 1001011 | 1001000 |
Color Harmonies of #82EDC5
Complementary color
Monochromatic Colors of #82EDC5
Black with #82EDC5
Text Example
Text Example
White with #82EDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EDC5; }
p { color: rgb(130,237,197); }
H1.HeaderClassName
{
color: #82EDC5;
}
.AnyTagClassName
{
color: #82EDC5;
}
</style>
background-color css
<style>
a { background-color: #82EDC5; }
a { background-color: rgb(130,237,197); }
div.DivClassName
{
background-color: #82EDC5;
}
.BgClassName
{
background-color: #82EDC5;
}
</style>
border-color css
<style>
span { border-color: #82EDC5; }
span { border-color: rgb(130,237,197); }
td.TdClassName
{
border-color: #82EDC5;
}
.TagClassName
{
border-color: #82EDC5;
}
</style>