Shades of Aquamarine #83FFDC
Tints of Aquamarine #83FFDC
RGB
CMYK
RGB Variations
Color information
#83FFDC (or 0x83FFDC) is known color: Aquamarine. HEX triplet: 83, FF and DC. RGB value is (131,255,220). Sum of RGB (Red+Green+Blue) = 131+255+220=606 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.62% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FFDC is #7C0023. Grayscale: #D5D5D5. Windows color (decimal): -8126500 or 14483331. OLE color: 14483331.
HSL color Cylindrical-coordinate representation of color #83FFDC: hue angle of 163.06º 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 #83FFDC is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 255 | 220 | - |
| CMYK | 0.49 | 0 | 0.14 | 0 |
| HSL | 163.06º | 1% | 0.76% | - |
| HSV(B) | 163.06º | 0.49% | 1% | - |
| XYZ | 58.04 | 81.51 | 80.38 | - |
| YUV | 213.93 | 131.42 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 255 | 220 | 0.49 | 0 | 0.14 | 0 | 163.06 | 1 | 0.76 |
| Hex | 83 | FF | DC | 31 | 0 | E | 0 | A3 | 64 | 4C |
| Octal | 203 | 377 | 334 | 61 | 0 | 16 | 0 | 243 | 144 | 114 |
| Binary | 10000011 | 11111111 | 11011100 | 110001 | 0 | 1110 | 0 | 10100011 | 1100100 | 1001100 |
Color Harmonies of #83FFDC
Complementary color
Monochromatic Colors of #83FFDC
Black with #83FFDC
Text Example
Text Example
White with #83FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FFDC; }
p { color: rgb(131,255,220); }
H1.HeaderClassName
{
color: #83FFDC;
}
.AnyTagClassName
{
color: #83FFDC;
}
</style>
background-color css
<style>
a { background-color: #83FFDC; }
a { background-color: rgb(131,255,220); }
div.DivClassName
{
background-color: #83FFDC;
}
.BgClassName
{
background-color: #83FFDC;
}
</style>
border-color css
<style>
span { border-color: #83FFDC; }
span { border-color: rgb(131,255,220); }
td.TdClassName
{
border-color: #83FFDC;
}
.TagClassName
{
border-color: #83FFDC;
}
</style>