Shades of Aquamarine #83FACB
Tints of Aquamarine #83FACB
RGB
CMYK
RGB Variations
Color information
#83FACB (or 0x83FACB) is known color: Aquamarine. HEX triplet: 83, FA and CB. RGB value is (131,250,203). Sum of RGB (Red+Green+Blue) = 131+250+203=584 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.43% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #83FACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FACB is #7C0534. Grayscale: #D1D1D1. Windows color (decimal): -8127797 or 13367939. OLE color: 13367939.
HSL color Cylindrical-coordinate representation of color #83FACB: hue angle of 156.3º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FACB is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 250 | 203 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.02 |
| HSL | 156.3º | 0.92% | 0.75% | - |
| HSV(B) | 156.3º | 0.48% | 0.98% | - |
| XYZ | 54.33 | 77.51 | 68.6 | - |
| YUV | 209.06 | 124.58 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 250 | 203 | 0.48 | 0 | 0.19 | 0.02 | 156.3 | 0.92 | 0.75 |
| Hex | 83 | FA | CB | 30 | 0 | 13 | 2 | 9C | 5C | 4B |
| Octal | 203 | 372 | 313 | 60 | 0 | 23 | 2 | 234 | 134 | 113 |
| Binary | 10000011 | 11111010 | 11001011 | 110000 | 0 | 10011 | 10 | 10011100 | 1011100 | 1001011 |
Color Harmonies of #83FACB
Complementary color
Monochromatic Colors of #83FACB
Black with #83FACB
Text Example
Text Example
White with #83FACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FACB; }
p { color: rgb(131,250,203); }
H1.HeaderClassName
{
color: #83FACB;
}
.AnyTagClassName
{
color: #83FACB;
}
</style>
background-color css
<style>
a { background-color: #83FACB; }
a { background-color: rgb(131,250,203); }
div.DivClassName
{
background-color: #83FACB;
}
.BgClassName
{
background-color: #83FACB;
}
</style>
border-color css
<style>
span { border-color: #83FACB; }
span { border-color: rgb(131,250,203); }
td.TdClassName
{
border-color: #83FACB;
}
.TagClassName
{
border-color: #83FACB;
}
</style>