Shades of Aquamarine #83FBCB
Tints of Aquamarine #83FBCB
RGB
CMYK
RGB Variations
Color information
#83FBCB (or 0x83FBCB) is known color: Aquamarine. HEX triplet: 83, FB and CB. RGB value is (131,251,203). Sum of RGB (Red+Green+Blue) = 131+251+203=585 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.39% from 585); Green value is 251 (98.44% from 255 or 42.91% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 251 - color contains mainly: green. Hex color #83FBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FBCB is #7C0434. Grayscale: #D1D1D1. Windows color (decimal): -8127541 or 13368195. OLE color: 13368195.
HSL color Cylindrical-coordinate representation of color #83FBCB: hue angle of 156º degrees, saturation: 0.94, 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 #83FBCB is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 251 | 203 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.02 |
| HSL | 156º | 0.94% | 0.75% | - |
| HSV(B) | 156º | 0.48% | 0.98% | - |
| XYZ | 54.64 | 78.13 | 68.7 | - |
| YUV | 209.65 | 124.24 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 251 | 203 | 0.48 | 0 | 0.19 | 0.02 | 156 | 0.94 | 0.75 |
| Hex | 83 | FB | CB | 30 | 0 | 13 | 2 | 9C | 5E | 4B |
| Octal | 203 | 373 | 313 | 60 | 0 | 23 | 2 | 234 | 136 | 113 |
| Binary | 10000011 | 11111011 | 11001011 | 110000 | 0 | 10011 | 10 | 10011100 | 1011110 | 1001011 |
Color Harmonies of #83FBCB
Complementary color
Monochromatic Colors of #83FBCB
Black with #83FBCB
Text Example
Text Example
White with #83FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FBCB; }
p { color: rgb(131,251,203); }
H1.HeaderClassName
{
color: #83FBCB;
}
.AnyTagClassName
{
color: #83FBCB;
}
</style>
background-color css
<style>
a { background-color: #83FBCB; }
a { background-color: rgb(131,251,203); }
div.DivClassName
{
background-color: #83FBCB;
}
.BgClassName
{
background-color: #83FBCB;
}
</style>
border-color css
<style>
span { border-color: #83FBCB; }
span { border-color: rgb(131,251,203); }
td.TdClassName
{
border-color: #83FBCB;
}
.TagClassName
{
border-color: #83FBCB;
}
</style>