Shades of Aquamarine #83FFC2
Tints of Aquamarine #83FFC2
RGB
CMYK
RGB Variations
Color information
#83FFC2 (or 0x83FFC2) is known color: Aquamarine. HEX triplet: 83, FF and C2. RGB value is (131,255,194). Sum of RGB (Red+Green+Blue) = 131+255+194=580 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.59% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 194 (76.17% from 255 or 33.45% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FFC2 is #7C003D. Grayscale: #D3D3D3. Windows color (decimal): -8126526 or 12779395. OLE color: 12779395.
HSL color Cylindrical-coordinate representation of color #83FFC2: hue angle of 150.48º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83FFC2 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 255 | 194 | - |
| CMYK | 0.49 | 0 | 0.24 | 0 |
| HSL | 150.48º | 1% | 0.76% | - |
| HSV(B) | 150.48º | 0.49% | 1% | - |
| XYZ | 54.86 | 80.24 | 63.64 | - |
| YUV | 210.97 | 118.42 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 255 | 194 | 0.49 | 0 | 0.24 | 0 | 150.48 | 1 | 0.76 |
| Hex | 83 | FF | C2 | 31 | 0 | 18 | 0 | 96 | 64 | 4C |
| Octal | 203 | 377 | 302 | 61 | 0 | 30 | 0 | 226 | 144 | 114 |
| Binary | 10000011 | 11111111 | 11000010 | 110001 | 0 | 11000 | 0 | 10010110 | 1100100 | 1001100 |
Color Harmonies of #83FFC2
Complementary color
Monochromatic Colors of #83FFC2
Black with #83FFC2
Text Example
Text Example
White with #83FFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FFC2; }
p { color: rgb(131,255,194); }
H1.HeaderClassName
{
color: #83FFC2;
}
.AnyTagClassName
{
color: #83FFC2;
}
</style>
background-color css
<style>
a { background-color: #83FFC2; }
a { background-color: rgb(131,255,194); }
div.DivClassName
{
background-color: #83FFC2;
}
.BgClassName
{
background-color: #83FFC2;
}
</style>
border-color css
<style>
span { border-color: #83FFC2; }
span { border-color: rgb(131,255,194); }
td.TdClassName
{
border-color: #83FFC2;
}
.TagClassName
{
border-color: #83FFC2;
}
</style>