Shades of Aquamarine #83FFD1
Tints of Aquamarine #83FFD1
RGB
CMYK
RGB Variations
Color information
#83FFD1 (or 0x83FFD1) is known color: Aquamarine. HEX triplet: 83, FF and D1. RGB value is (131,255,209). Sum of RGB (Red+Green+Blue) = 131+255+209=595 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.02% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FFD1 is #7C002E. Grayscale: #D4D4D4. Windows color (decimal): -8126511 or 13762435. OLE color: 13762435.
HSL color Cylindrical-coordinate representation of color #83FFD1: hue angle of 157.74º 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 #83FFD1 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 255 | 209 | - |
| CMYK | 0.49 | 0 | 0.18 | 0 |
| HSL | 157.74º | 1% | 0.76% | - |
| HSV(B) | 157.74º | 0.49% | 1% | - |
| XYZ | 56.63 | 80.95 | 72.96 | - |
| YUV | 212.68 | 125.92 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 255 | 209 | 0.49 | 0 | 0.18 | 0 | 157.74 | 1 | 0.76 |
| Hex | 83 | FF | D1 | 31 | 0 | 12 | 0 | 9E | 64 | 4C |
| Octal | 203 | 377 | 321 | 61 | 0 | 22 | 0 | 236 | 144 | 114 |
| Binary | 10000011 | 11111111 | 11010001 | 110001 | 0 | 10010 | 0 | 10011110 | 1100100 | 1001100 |
Color Harmonies of #83FFD1
Complementary color
Monochromatic Colors of #83FFD1
Black with #83FFD1
Text Example
Text Example
White with #83FFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FFD1; }
p { color: rgb(131,255,209); }
H1.HeaderClassName
{
color: #83FFD1;
}
.AnyTagClassName
{
color: #83FFD1;
}
</style>
background-color css
<style>
a { background-color: #83FFD1; }
a { background-color: rgb(131,255,209); }
div.DivClassName
{
background-color: #83FFD1;
}
.BgClassName
{
background-color: #83FFD1;
}
</style>
border-color css
<style>
span { border-color: #83FFD1; }
span { border-color: rgb(131,255,209); }
td.TdClassName
{
border-color: #83FFD1;
}
.TagClassName
{
border-color: #83FFD1;
}
</style>