Shades of Aquamarine #83FFD3
Tints of Aquamarine #83FFD3
RGB
CMYK
RGB Variations
Color information
#83FFD3 (or 0x83FFD3) is known color: Aquamarine. HEX triplet: 83, FF and D3. RGB value is (131,255,211). Sum of RGB (Red+Green+Blue) = 131+255+211=597 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.94% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FFD3 is #7C002C. Grayscale: #D4D4D4. Windows color (decimal): -8126509 or 13893507. OLE color: 13893507.
HSL color Cylindrical-coordinate representation of color #83FFD3: hue angle of 158.71º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83FFD3 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 255 | 211 | - |
| CMYK | 0.49 | 0 | 0.17 | 0 |
| HSL | 158.71º | 1% | 0.76% | - |
| HSV(B) | 158.71º | 0.49% | 1% | - |
| XYZ | 56.88 | 81.05 | 74.27 | - |
| YUV | 212.91 | 126.92 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 255 | 211 | 0.49 | 0 | 0.17 | 0 | 158.71 | 1 | 0.76 |
| Hex | 83 | FF | D3 | 31 | 0 | 11 | 0 | 9F | 64 | 4C |
| Octal | 203 | 377 | 323 | 61 | 0 | 21 | 0 | 237 | 144 | 114 |
| Binary | 10000011 | 11111111 | 11010011 | 110001 | 0 | 10001 | 0 | 10011111 | 1100100 | 1001100 |
Color Harmonies of #83FFD3
Complementary color
Monochromatic Colors of #83FFD3
Black with #83FFD3
Text Example
Text Example
White with #83FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FFD3; }
p { color: rgb(131,255,211); }
H1.HeaderClassName
{
color: #83FFD3;
}
.AnyTagClassName
{
color: #83FFD3;
}
</style>
background-color css
<style>
a { background-color: #83FFD3; }
a { background-color: rgb(131,255,211); }
div.DivClassName
{
background-color: #83FFD3;
}
.BgClassName
{
background-color: #83FFD3;
}
</style>
border-color css
<style>
span { border-color: #83FFD3; }
span { border-color: rgb(131,255,211); }
td.TdClassName
{
border-color: #83FFD3;
}
.TagClassName
{
border-color: #83FFD3;
}
</style>