Shades of Aquamarine #83FCD4
Tints of Aquamarine #83FCD4
RGB
CMYK
RGB Variations
Color information
#83FCD4 (or 0x83FCD4) is known color: Aquamarine. HEX triplet: 83, FC and D4. RGB value is (131,252,212). Sum of RGB (Red+Green+Blue) = 131+252+212=595 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.02% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #83FCD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FCD4 is #7C032B. Grayscale: #D3D3D3. Windows color (decimal): -8127276 or 13958275. OLE color: 13958275.
HSL color Cylindrical-coordinate representation of color #83FCD4: hue angle of 160.17º 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 #83FCD4 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 252 | 212 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.01 |
| HSL | 160.17º | 0.95% | 0.75% | - |
| HSV(B) | 160.17º | 0.48% | 0.99% | - |
| XYZ | 56.05 | 79.2 | 74.62 | - |
| YUV | 211.26 | 128.41 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 252 | 212 | 0.48 | 0 | 0.16 | 0.01 | 160.17 | 0.95 | 0.75 |
| Hex | 83 | FC | D4 | 30 | 0 | 10 | 1 | A0 | 5F | 4B |
| Octal | 203 | 374 | 324 | 60 | 0 | 20 | 1 | 240 | 137 | 113 |
| Binary | 10000011 | 11111100 | 11010100 | 110000 | 0 | 10000 | 1 | 10100000 | 1011111 | 1001011 |
Color Harmonies of #83FCD4
Complementary color
Monochromatic Colors of #83FCD4
Black with #83FCD4
Text Example
Text Example
White with #83FCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FCD4; }
p { color: rgb(131,252,212); }
H1.HeaderClassName
{
color: #83FCD4;
}
.AnyTagClassName
{
color: #83FCD4;
}
</style>
background-color css
<style>
a { background-color: #83FCD4; }
a { background-color: rgb(131,252,212); }
div.DivClassName
{
background-color: #83FCD4;
}
.BgClassName
{
background-color: #83FCD4;
}
</style>
border-color css
<style>
span { border-color: #83FCD4; }
span { border-color: rgb(131,252,212); }
td.TdClassName
{
border-color: #83FCD4;
}
.TagClassName
{
border-color: #83FCD4;
}
</style>