Shades of Aquamarine #83FCCB
Tints of Aquamarine #83FCCB
RGB
CMYK
RGB Variations
Color information
#83FCCB (or 0x83FCCB) is known color: Aquamarine. HEX triplet: 83, FC and CB. RGB value is (131,252,203). Sum of RGB (Red+Green+Blue) = 131+252+203=586 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.35% from 586); Green value is 252 (98.83% from 255 or 43.00% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 252 - color contains mainly: green. Hex color #83FCCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FCCB is #7C0334. Grayscale: #D2D2D2. Windows color (decimal): -8127285 or 13368451. OLE color: 13368451.
HSL color Cylindrical-coordinate representation of color #83FCCB: hue angle of 155.7º 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 #83FCCB is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 252 | 203 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.01 |
| HSL | 155.7º | 0.95% | 0.75% | - |
| HSV(B) | 155.7º | 0.48% | 0.99% | - |
| XYZ | 54.95 | 78.76 | 68.81 | - |
| YUV | 210.24 | 123.91 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 252 | 203 | 0.48 | 0 | 0.19 | 0.01 | 155.7 | 0.95 | 0.75 |
| Hex | 83 | FC | CB | 30 | 0 | 13 | 1 | 9C | 5F | 4B |
| Octal | 203 | 374 | 313 | 60 | 0 | 23 | 1 | 234 | 137 | 113 |
| Binary | 10000011 | 11111100 | 11001011 | 110000 | 0 | 10011 | 1 | 10011100 | 1011111 | 1001011 |
Color Harmonies of #83FCCB
Complementary color
Monochromatic Colors of #83FCCB
Black with #83FCCB
Text Example
Text Example
White with #83FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FCCB; }
p { color: rgb(131,252,203); }
H1.HeaderClassName
{
color: #83FCCB;
}
.AnyTagClassName
{
color: #83FCCB;
}
</style>
background-color css
<style>
a { background-color: #83FCCB; }
a { background-color: rgb(131,252,203); }
div.DivClassName
{
background-color: #83FCCB;
}
.BgClassName
{
background-color: #83FCCB;
}
</style>
border-color css
<style>
span { border-color: #83FCCB; }
span { border-color: rgb(131,252,203); }
td.TdClassName
{
border-color: #83FCCB;
}
.TagClassName
{
border-color: #83FCCB;
}
</style>