Shades of Aquamarine #83F6BF
Tints of Aquamarine #83F6BF
RGB
CMYK
RGB Variations
Color information
#83F6BF (or 0x83F6BF) is known color: Aquamarine. HEX triplet: 83, F6 and BF. RGB value is (131,246,191). Sum of RGB (Red+Green+Blue) = 131+246+191=568 (75% of max value = 765). Red value is 131 (51.56% from 255 or 23.06% from 568); Green value is 246 (96.48% from 255 or 43.31% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 246 - color contains mainly: green. Hex color #83F6BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F6BF is #7C0940. Grayscale: #CDCDCD. Windows color (decimal): -8128833 or 12580483. OLE color: 12580483.
HSL color Cylindrical-coordinate representation of color #83F6BF: hue angle of 151.3º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F6BF is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 131 | 246 | 191 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.04 |
| HSL | 151.3º | 0.86% | 0.74% | - |
| HSV(B) | 151.3º | 0.47% | 0.96% | - |
| XYZ | 51.72 | 74.5 | 60.94 | - |
| YUV | 205.35 | 119.9 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 246 | 191 | 0.47 | 0 | 0.22 | 0.04 | 151.3 | 0.86 | 0.74 |
| Hex | 83 | F6 | BF | 2F | 0 | 16 | 4 | 97 | 56 | 4A |
| Octal | 203 | 366 | 277 | 57 | 0 | 26 | 4 | 227 | 126 | 112 |
| Binary | 10000011 | 11110110 | 10111111 | 101111 | 0 | 10110 | 100 | 10010111 | 1010110 | 1001010 |
Color Harmonies of #83F6BF
Complementary color
Monochromatic Colors of #83F6BF
Black with #83F6BF
Text Example
Text Example
White with #83F6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F6BF; }
p { color: rgb(131,246,191); }
H1.HeaderClassName
{
color: #83F6BF;
}
.AnyTagClassName
{
color: #83F6BF;
}
</style>
background-color css
<style>
a { background-color: #83F6BF; }
a { background-color: rgb(131,246,191); }
div.DivClassName
{
background-color: #83F6BF;
}
.BgClassName
{
background-color: #83F6BF;
}
</style>
border-color css
<style>
span { border-color: #83F6BF; }
span { border-color: rgb(131,246,191); }
td.TdClassName
{
border-color: #83F6BF;
}
.TagClassName
{
border-color: #83F6BF;
}
</style>