Shades of Aquamarine #82EECB
Tints of Aquamarine #82EECB
RGB
CMYK
RGB Variations
Color information
#82EECB (or 0x82EECB) is known color: Aquamarine. HEX triplet: 82, EE and CB. RGB value is (130,238,203). Sum of RGB (Red+Green+Blue) = 130+238+203=571 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.77% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #82EECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EECB is #7D1134. Grayscale: #C9C9C9. Windows color (decimal): -8196405 or 13364866. OLE color: 13364866.
HSL color Cylindrical-coordinate representation of color #82EECB: hue angle of 160.56º degrees, saturation: 0.76, 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 #82EECB is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 238 | 203 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.07 |
| HSL | 160.56º | 0.76% | 0.72% | - |
| HSV(B) | 160.56º | 0.45% | 0.93% | - |
| XYZ | 50.56 | 70.21 | 67.39 | - |
| YUV | 201.72 | 128.72 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 238 | 203 | 0.45 | 0 | 0.15 | 0.07 | 160.56 | 0.76 | 0.72 |
| Hex | 82 | EE | CB | 2D | 0 | F | 7 | A1 | 4C | 48 |
| Octal | 202 | 356 | 313 | 55 | 0 | 17 | 7 | 241 | 114 | 110 |
| Binary | 10000010 | 11101110 | 11001011 | 101101 | 0 | 1111 | 111 | 10100001 | 1001100 | 1001000 |
Color Harmonies of #82EECB
Complementary color
Monochromatic Colors of #82EECB
Black with #82EECB
Text Example
Text Example
White with #82EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EECB; }
p { color: rgb(130,238,203); }
H1.HeaderClassName
{
color: #82EECB;
}
.AnyTagClassName
{
color: #82EECB;
}
</style>
background-color css
<style>
a { background-color: #82EECB; }
a { background-color: rgb(130,238,203); }
div.DivClassName
{
background-color: #82EECB;
}
.BgClassName
{
background-color: #82EECB;
}
</style>
border-color css
<style>
span { border-color: #82EECB; }
span { border-color: rgb(130,238,203); }
td.TdClassName
{
border-color: #82EECB;
}
.TagClassName
{
border-color: #82EECB;
}
</style>