Shades of Aquamarine #83FBC2
Tints of Aquamarine #83FBC2
RGB
CMYK
RGB Variations
Color information
#83FBC2 (or 0x83FBC2) is known color: Aquamarine. HEX triplet: 83, FB and C2. RGB value is (131,251,194). Sum of RGB (Red+Green+Blue) = 131+251+194=576 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.74% from 576); Green value is 251 (98.44% from 255 or 43.58% from 576); Blue value is 194 (76.17% from 255 or 33.68% from 576); Max value from RGB is 251 - color contains mainly: green. Hex color #83FBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FBC2 is #7C043D. Grayscale: #D0D0D0. Windows color (decimal): -8127550 or 12778371. OLE color: 12778371.
HSL color Cylindrical-coordinate representation of color #83FBC2: hue angle of 151.5º 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 #83FBC2 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 251 | 194 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.02 |
| HSL | 151.5º | 0.94% | 0.75% | - |
| HSV(B) | 151.5º | 0.48% | 0.98% | - |
| XYZ | 53.59 | 77.71 | 63.21 | - |
| YUV | 208.62 | 119.74 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 251 | 194 | 0.48 | 0 | 0.23 | 0.02 | 151.5 | 0.94 | 0.75 |
| Hex | 83 | FB | C2 | 30 | 0 | 17 | 2 | 98 | 5E | 4B |
| Octal | 203 | 373 | 302 | 60 | 0 | 27 | 2 | 230 | 136 | 113 |
| Binary | 10000011 | 11111011 | 11000010 | 110000 | 0 | 10111 | 10 | 10011000 | 1011110 | 1001011 |
Color Harmonies of #83FBC2
Complementary color
Monochromatic Colors of #83FBC2
Black with #83FBC2
Text Example
Text Example
White with #83FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FBC2; }
p { color: rgb(131,251,194); }
H1.HeaderClassName
{
color: #83FBC2;
}
.AnyTagClassName
{
color: #83FBC2;
}
</style>
background-color css
<style>
a { background-color: #83FBC2; }
a { background-color: rgb(131,251,194); }
div.DivClassName
{
background-color: #83FBC2;
}
.BgClassName
{
background-color: #83FBC2;
}
</style>
border-color css
<style>
span { border-color: #83FBC2; }
span { border-color: rgb(131,251,194); }
td.TdClassName
{
border-color: #83FBC2;
}
.TagClassName
{
border-color: #83FBC2;
}
</style>