Shades of Aquamarine #83FBDD
Tints of Aquamarine #83FBDD
RGB
CMYK
RGB Variations
Color information
#83FBDD (or 0x83FBDD) is known color: Aquamarine. HEX triplet: 83, FB and DD. RGB value is (131,251,221). Sum of RGB (Red+Green+Blue) = 131+251+221=603 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.72% from 603); Green value is 251 (98.44% from 255 or 41.63% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 251 - color contains mainly: green. Hex color #83FBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FBDD is #7C0422. Grayscale: #D3D3D3. Windows color (decimal): -8127523 or 14547843. OLE color: 14547843.
HSL color Cylindrical-coordinate representation of color #83FBDD: hue angle of 165º 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 #83FBDD is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 251 | 221 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.02 |
| HSL | 165º | 0.94% | 0.75% | - |
| HSV(B) | 165º | 0.48% | 0.98% | - |
| XYZ | 56.91 | 79.04 | 80.66 | - |
| YUV | 211.7 | 133.24 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 251 | 221 | 0.48 | 0 | 0.12 | 0.02 | 165 | 0.94 | 0.75 |
| Hex | 83 | FB | DD | 30 | 0 | C | 2 | A5 | 5E | 4B |
| Octal | 203 | 373 | 335 | 60 | 0 | 14 | 2 | 245 | 136 | 113 |
| Binary | 10000011 | 11111011 | 11011101 | 110000 | 0 | 1100 | 10 | 10100101 | 1011110 | 1001011 |
Color Harmonies of #83FBDD
Complementary color
Monochromatic Colors of #83FBDD
Black with #83FBDD
Text Example
Text Example
White with #83FBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FBDD; }
p { color: rgb(131,251,221); }
H1.HeaderClassName
{
color: #83FBDD;
}
.AnyTagClassName
{
color: #83FBDD;
}
</style>
background-color css
<style>
a { background-color: #83FBDD; }
a { background-color: rgb(131,251,221); }
div.DivClassName
{
background-color: #83FBDD;
}
.BgClassName
{
background-color: #83FBDD;
}
</style>
border-color css
<style>
span { border-color: #83FBDD; }
span { border-color: rgb(131,251,221); }
td.TdClassName
{
border-color: #83FBDD;
}
.TagClassName
{
border-color: #83FBDD;
}
</style>