Shades of Aquamarine #83FFDD
Tints of Aquamarine #83FFDD
RGB
CMYK
RGB Variations
Color information
#83FFDD (or 0x83FFDD) is known color: Aquamarine. HEX triplet: 83, FF and DD. RGB value is (131,255,221). Sum of RGB (Red+Green+Blue) = 131+255+221=607 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.58% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FFDD is #7C0022. Grayscale: #D6D6D6. Windows color (decimal): -8126499 or 14548867. OLE color: 14548867.
HSL color Cylindrical-coordinate representation of color #83FFDD: hue angle of 163.55º 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 #83FFDD is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 255 | 221 | - |
| CMYK | 0.49 | 0 | 0.13 | 0 |
| HSL | 163.55º | 1% | 0.76% | - |
| HSV(B) | 163.55º | 0.49% | 1% | - |
| XYZ | 58.17 | 81.57 | 81.08 | - |
| YUV | 214.05 | 131.92 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 255 | 221 | 0.49 | 0 | 0.13 | 0 | 163.55 | 1 | 0.76 |
| Hex | 83 | FF | DD | 31 | 0 | D | 0 | A4 | 64 | 4C |
| Octal | 203 | 377 | 335 | 61 | 0 | 15 | 0 | 244 | 144 | 114 |
| Binary | 10000011 | 11111111 | 11011101 | 110001 | 0 | 1101 | 0 | 10100100 | 1100100 | 1001100 |
Color Harmonies of #83FFDD
Complementary color
Monochromatic Colors of #83FFDD
Black with #83FFDD
Text Example
Text Example
White with #83FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FFDD; }
p { color: rgb(131,255,221); }
H1.HeaderClassName
{
color: #83FFDD;
}
.AnyTagClassName
{
color: #83FFDD;
}
</style>
background-color css
<style>
a { background-color: #83FFDD; }
a { background-color: rgb(131,255,221); }
div.DivClassName
{
background-color: #83FFDD;
}
.BgClassName
{
background-color: #83FFDD;
}
</style>
border-color css
<style>
span { border-color: #83FFDD; }
span { border-color: rgb(131,255,221); }
td.TdClassName
{
border-color: #83FFDD;
}
.TagClassName
{
border-color: #83FFDD;
}
</style>