Shades of Aquamarine #83FCBC
Tints of Aquamarine #83FCBC
RGB
CMYK
RGB Variations
Color information
#83FCBC (or 0x83FCBC) is known color: Aquamarine. HEX triplet: 83, FC and BC. RGB value is (131,252,188). Sum of RGB (Red+Green+Blue) = 131+252+188=571 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.94% from 571); Green value is 252 (98.83% from 255 or 44.13% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 252 - color contains mainly: green. Hex color #83FCBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FCBC is #7C0343. Grayscale: #D0D0D0. Windows color (decimal): -8127300 or 12385411. OLE color: 12385411.
HSL color Cylindrical-coordinate representation of color #83FCBC: hue angle of 148.26º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FCBC is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 252 | 188 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.01 |
| HSL | 148.26º | 0.95% | 0.75% | - |
| HSV(B) | 148.26º | 0.48% | 0.99% | - |
| XYZ | 53.25 | 78.08 | 59.84 | - |
| YUV | 208.53 | 116.41 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 252 | 188 | 0.48 | 0 | 0.25 | 0.01 | 148.26 | 0.95 | 0.75 |
| Hex | 83 | FC | BC | 30 | 0 | 19 | 1 | 94 | 5F | 4B |
| Octal | 203 | 374 | 274 | 60 | 0 | 31 | 1 | 224 | 137 | 113 |
| Binary | 10000011 | 11111100 | 10111100 | 110000 | 0 | 11001 | 1 | 10010100 | 1011111 | 1001011 |
Color Harmonies of #83FCBC
Complementary color
Monochromatic Colors of #83FCBC
Black with #83FCBC
Text Example
Text Example
White with #83FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FCBC; }
p { color: rgb(131,252,188); }
H1.HeaderClassName
{
color: #83FCBC;
}
.AnyTagClassName
{
color: #83FCBC;
}
</style>
background-color css
<style>
a { background-color: #83FCBC; }
a { background-color: rgb(131,252,188); }
div.DivClassName
{
background-color: #83FCBC;
}
.BgClassName
{
background-color: #83FCBC;
}
</style>
border-color css
<style>
span { border-color: #83FCBC; }
span { border-color: rgb(131,252,188); }
td.TdClassName
{
border-color: #83FCBC;
}
.TagClassName
{
border-color: #83FCBC;
}
</style>