Shades of Aquamarine #83FBDF
Tints of Aquamarine #83FBDF
RGB
CMYK
RGB Variations
Color information
#83FBDF (or 0x83FBDF) is known color: Aquamarine. HEX triplet: 83, FB and DF. RGB value is (131,251,223). Sum of RGB (Red+Green+Blue) = 131+251+223=605 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.65% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #83FBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FBDF is #7C0420. Grayscale: #D3D3D3. Windows color (decimal): -8127521 or 14678915. OLE color: 14678915.
HSL color Cylindrical-coordinate representation of color #83FBDF: hue angle of 166º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FBDF is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 251 | 223 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.02 |
| HSL | 166º | 0.94% | 0.75% | - |
| HSV(B) | 166º | 0.48% | 0.98% | - |
| XYZ | 57.18 | 79.15 | 82.08 | - |
| YUV | 211.93 | 134.24 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 251 | 223 | 0.48 | 0 | 0.11 | 0.02 | 166 | 0.94 | 0.75 |
| Hex | 83 | FB | DF | 30 | 0 | B | 2 | A6 | 5E | 4B |
| Octal | 203 | 373 | 337 | 60 | 0 | 13 | 2 | 246 | 136 | 113 |
| Binary | 10000011 | 11111011 | 11011111 | 110000 | 0 | 1011 | 10 | 10100110 | 1011110 | 1001011 |
Color Harmonies of #83FBDF
Complementary color
Monochromatic Colors of #83FBDF
Black with #83FBDF
Text Example
Text Example
White with #83FBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FBDF; }
p { color: rgb(131,251,223); }
H1.HeaderClassName
{
color: #83FBDF;
}
.AnyTagClassName
{
color: #83FBDF;
}
</style>
background-color css
<style>
a { background-color: #83FBDF; }
a { background-color: rgb(131,251,223); }
div.DivClassName
{
background-color: #83FBDF;
}
.BgClassName
{
background-color: #83FBDF;
}
</style>
border-color css
<style>
span { border-color: #83FBDF; }
span { border-color: rgb(131,251,223); }
td.TdClassName
{
border-color: #83FBDF;
}
.TagClassName
{
border-color: #83FBDF;
}
</style>