Shades of Aquamarine #83F3DF
Tints of Aquamarine #83F3DF
RGB
CMYK
RGB Variations
Color information
#83F3DF (or 0x83F3DF) is known color: Aquamarine. HEX triplet: 83, F3 and DF. RGB value is (131,243,223). Sum of RGB (Red+Green+Blue) = 131+243+223=597 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.94% from 597); Green value is 243 (95.31% from 255 or 40.70% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 243 - color contains mainly: green. Hex color #83F3DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F3DF is #7C0C20. Grayscale: #CFCFCF. Windows color (decimal): -8129569 or 14676867. OLE color: 14676867.
HSL color Cylindrical-coordinate representation of color #83F3DF: hue angle of 169.29º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F3DF is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 243 | 223 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.05 |
| HSL | 169.29º | 0.82% | 0.73% | - |
| HSV(B) | 169.29º | 0.46% | 0.95% | - |
| XYZ | 54.73 | 74.25 | 81.26 | - |
| YUV | 207.23 | 136.89 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 243 | 223 | 0.46 | 0 | 0.08 | 0.05 | 169.29 | 0.82 | 0.73 |
| Hex | 83 | F3 | DF | 2E | 0 | 8 | 5 | A9 | 52 | 49 |
| Octal | 203 | 363 | 337 | 56 | 0 | 10 | 5 | 251 | 122 | 111 |
| Binary | 10000011 | 11110011 | 11011111 | 101110 | 0 | 1000 | 101 | 10101001 | 1010010 | 1001001 |
Color Harmonies of #83F3DF
Complementary color
Monochromatic Colors of #83F3DF
Black with #83F3DF
Text Example
Text Example
White with #83F3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F3DF; }
p { color: rgb(131,243,223); }
H1.HeaderClassName
{
color: #83F3DF;
}
.AnyTagClassName
{
color: #83F3DF;
}
</style>
background-color css
<style>
a { background-color: #83F3DF; }
a { background-color: rgb(131,243,223); }
div.DivClassName
{
background-color: #83F3DF;
}
.BgClassName
{
background-color: #83F3DF;
}
</style>
border-color css
<style>
span { border-color: #83F3DF; }
span { border-color: rgb(131,243,223); }
td.TdClassName
{
border-color: #83F3DF;
}
.TagClassName
{
border-color: #83F3DF;
}
</style>