Shades of Aquamarine #83FFC8
Tints of Aquamarine #83FFC8
RGB
CMYK
RGB Variations
Color information
#83FFC8 (or 0x83FFC8) is known color: Aquamarine. HEX triplet: 83, FF and C8. RGB value is (131,255,200). Sum of RGB (Red+Green+Blue) = 131+255+200=586 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.35% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 200 (78.52% from 255 or 34.13% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FFC8 is #7C0037. Grayscale: #D3D3D3. Windows color (decimal): -8126520 or 13172611. OLE color: 13172611.
HSL color Cylindrical-coordinate representation of color #83FFC8: hue angle of 153.39º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83FFC8 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 255 | 200 | - |
| CMYK | 0.49 | 0 | 0.22 | 0 |
| HSL | 153.39º | 1% | 0.76% | - |
| HSV(B) | 153.39º | 0.49% | 1% | - |
| XYZ | 55.55 | 80.52 | 67.26 | - |
| YUV | 211.65 | 121.42 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 255 | 200 | 0.49 | 0 | 0.22 | 0 | 153.39 | 1 | 0.76 |
| Hex | 83 | FF | C8 | 31 | 0 | 16 | 0 | 99 | 64 | 4C |
| Octal | 203 | 377 | 310 | 61 | 0 | 26 | 0 | 231 | 144 | 114 |
| Binary | 10000011 | 11111111 | 11001000 | 110001 | 0 | 10110 | 0 | 10011001 | 1100100 | 1001100 |
Color Harmonies of #83FFC8
Complementary color
Monochromatic Colors of #83FFC8
Black with #83FFC8
Text Example
Text Example
White with #83FFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FFC8; }
p { color: rgb(131,255,200); }
H1.HeaderClassName
{
color: #83FFC8;
}
.AnyTagClassName
{
color: #83FFC8;
}
</style>
background-color css
<style>
a { background-color: #83FFC8; }
a { background-color: rgb(131,255,200); }
div.DivClassName
{
background-color: #83FFC8;
}
.BgClassName
{
background-color: #83FFC8;
}
</style>
border-color css
<style>
span { border-color: #83FFC8; }
span { border-color: rgb(131,255,200); }
td.TdClassName
{
border-color: #83FFC8;
}
.TagClassName
{
border-color: #83FFC8;
}
</style>