Shades of Aquamarine #83F0DD
Tints of Aquamarine #83F0DD
RGB
CMYK
RGB Variations
Color information
#83F0DD (or 0x83F0DD) is known color: Aquamarine. HEX triplet: 83, F0 and DD. RGB value is (131,240,221). Sum of RGB (Red+Green+Blue) = 131+240+221=592 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.13% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #83F0DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F0DD is #7C0F22. Grayscale: #CDCDCD. Windows color (decimal): -8130339 or 14545027. OLE color: 14545027.
HSL color Cylindrical-coordinate representation of color #83F0DD: hue angle of 169.54º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83F0DD is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 240 | 221 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.06 |
| HSL | 169.54º | 0.78% | 0.73% | - |
| HSV(B) | 169.54º | 0.45% | 0.94% | - |
| XYZ | 53.57 | 72.37 | 79.55 | - |
| YUV | 205.24 | 136.89 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 240 | 221 | 0.45 | 0 | 0.08 | 0.06 | 169.54 | 0.78 | 0.73 |
| Hex | 83 | F0 | DD | 2D | 0 | 8 | 6 | AA | 4E | 49 |
| Octal | 203 | 360 | 335 | 55 | 0 | 10 | 6 | 252 | 116 | 111 |
| Binary | 10000011 | 11110000 | 11011101 | 101101 | 0 | 1000 | 110 | 10101010 | 1001110 | 1001001 |
Color Harmonies of #83F0DD
Complementary color
Monochromatic Colors of #83F0DD
Black with #83F0DD
Text Example
Text Example
White with #83F0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F0DD; }
p { color: rgb(131,240,221); }
H1.HeaderClassName
{
color: #83F0DD;
}
.AnyTagClassName
{
color: #83F0DD;
}
</style>
background-color css
<style>
a { background-color: #83F0DD; }
a { background-color: rgb(131,240,221); }
div.DivClassName
{
background-color: #83F0DD;
}
.BgClassName
{
background-color: #83F0DD;
}
</style>
border-color css
<style>
span { border-color: #83F0DD; }
span { border-color: rgb(131,240,221); }
td.TdClassName
{
border-color: #83F0DD;
}
.TagClassName
{
border-color: #83F0DD;
}
</style>