Shades of Aquamarine #83F8DD
Tints of Aquamarine #83F8DD
RGB
CMYK
RGB Variations
Color information
#83F8DD (or 0x83F8DD) is known color: Aquamarine. HEX triplet: 83, F8 and DD. RGB value is (131,248,221). Sum of RGB (Red+Green+Blue) = 131+248+221=600 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.83% from 600); Green value is 248 (97.27% from 255 or 41.33% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 248 - color contains mainly: green. Hex color #83F8DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F8DD is #7C0722. Grayscale: #D1D1D1. Windows color (decimal): -8128291 or 14547075. OLE color: 14547075.
HSL color Cylindrical-coordinate representation of color #83F8DD: hue angle of 166.15º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F8DD is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 248 | 221 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.03 |
| HSL | 166.15º | 0.89% | 0.74% | - |
| HSV(B) | 166.15º | 0.47% | 0.97% | - |
| XYZ | 55.98 | 77.18 | 80.35 | - |
| YUV | 209.94 | 134.24 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 248 | 221 | 0.47 | 0 | 0.11 | 0.03 | 166.15 | 0.89 | 0.74 |
| Hex | 83 | F8 | DD | 2F | 0 | B | 3 | A6 | 59 | 4A |
| Octal | 203 | 370 | 335 | 57 | 0 | 13 | 3 | 246 | 131 | 112 |
| Binary | 10000011 | 11111000 | 11011101 | 101111 | 0 | 1011 | 11 | 10100110 | 1011001 | 1001010 |
Color Harmonies of #83F8DD
Complementary color
Monochromatic Colors of #83F8DD
Black with #83F8DD
Text Example
Text Example
White with #83F8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F8DD; }
p { color: rgb(131,248,221); }
H1.HeaderClassName
{
color: #83F8DD;
}
.AnyTagClassName
{
color: #83F8DD;
}
</style>
background-color css
<style>
a { background-color: #83F8DD; }
a { background-color: rgb(131,248,221); }
div.DivClassName
{
background-color: #83F8DD;
}
.BgClassName
{
background-color: #83F8DD;
}
</style>
border-color css
<style>
span { border-color: #83F8DD; }
span { border-color: rgb(131,248,221); }
td.TdClassName
{
border-color: #83F8DD;
}
.TagClassName
{
border-color: #83F8DD;
}
</style>