Shades of Aquamarine #83F8BC
Tints of Aquamarine #83F8BC
RGB
CMYK
RGB Variations
Color information
#83F8BC (or 0x83F8BC) is known color: Aquamarine. HEX triplet: 83, F8 and BC. RGB value is (131,248,188). Sum of RGB (Red+Green+Blue) = 131+248+188=567 (75% of max value = 765). Red value is 131 (51.56% from 255 or 23.10% from 567); Green value is 248 (97.27% from 255 or 43.74% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 248 - color contains mainly: green. Hex color #83F8BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F8BC is #7C0743. Grayscale: #CECECE. Windows color (decimal): -8128324 or 12384387. OLE color: 12384387.
HSL color Cylindrical-coordinate representation of color #83F8BC: hue angle of 149.23º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F8BC is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 248 | 188 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.03 |
| HSL | 149.23º | 0.89% | 0.74% | - |
| HSV(B) | 149.23º | 0.47% | 0.97% | - |
| XYZ | 52 | 75.59 | 59.43 | - |
| YUV | 206.18 | 117.74 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 248 | 188 | 0.47 | 0 | 0.24 | 0.03 | 149.23 | 0.89 | 0.74 |
| Hex | 83 | F8 | BC | 2F | 0 | 18 | 3 | 95 | 59 | 4A |
| Octal | 203 | 370 | 274 | 57 | 0 | 30 | 3 | 225 | 131 | 112 |
| Binary | 10000011 | 11111000 | 10111100 | 101111 | 0 | 11000 | 11 | 10010101 | 1011001 | 1001010 |
Color Harmonies of #83F8BC
Complementary color
Monochromatic Colors of #83F8BC
Black with #83F8BC
Text Example
Text Example
White with #83F8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F8BC; }
p { color: rgb(131,248,188); }
H1.HeaderClassName
{
color: #83F8BC;
}
.AnyTagClassName
{
color: #83F8BC;
}
</style>
background-color css
<style>
a { background-color: #83F8BC; }
a { background-color: rgb(131,248,188); }
div.DivClassName
{
background-color: #83F8BC;
}
.BgClassName
{
background-color: #83F8BC;
}
</style>
border-color css
<style>
span { border-color: #83F8BC; }
span { border-color: rgb(131,248,188); }
td.TdClassName
{
border-color: #83F8BC;
}
.TagClassName
{
border-color: #83F8BC;
}
</style>