Shades of Aquamarine #83FCCC
Tints of Aquamarine #83FCCC
RGB
CMYK
RGB Variations
Color information
#83FCCC (or 0x83FCCC) is known color: Aquamarine. HEX triplet: 83, FC and CC. RGB value is (131,252,204). Sum of RGB (Red+Green+Blue) = 131+252+204=587 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.32% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #83FCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FCCC is #7C0333. Grayscale: #D2D2D2. Windows color (decimal): -8127284 or 13433987. OLE color: 13433987.
HSL color Cylindrical-coordinate representation of color #83FCCC: hue angle of 156.2º 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 #83FCCC is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 252 | 204 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.01 |
| HSL | 156.2º | 0.95% | 0.75% | - |
| HSV(B) | 156.2º | 0.48% | 0.99% | - |
| XYZ | 55.07 | 78.81 | 69.44 | - |
| YUV | 210.35 | 124.41 | 71.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 252 | 204 | 0.48 | 0 | 0.19 | 0.01 | 156.2 | 0.95 | 0.75 |
| Hex | 83 | FC | CC | 30 | 0 | 13 | 1 | 9C | 5F | 4B |
| Octal | 203 | 374 | 314 | 60 | 0 | 23 | 1 | 234 | 137 | 113 |
| Binary | 10000011 | 11111100 | 11001100 | 110000 | 0 | 10011 | 1 | 10011100 | 1011111 | 1001011 |
Color Harmonies of #83FCCC
Complementary color
Monochromatic Colors of #83FCCC
Black with #83FCCC
Text Example
Text Example
White with #83FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FCCC; }
p { color: rgb(131,252,204); }
H1.HeaderClassName
{
color: #83FCCC;
}
.AnyTagClassName
{
color: #83FCCC;
}
</style>
background-color css
<style>
a { background-color: #83FCCC; }
a { background-color: rgb(131,252,204); }
div.DivClassName
{
background-color: #83FCCC;
}
.BgClassName
{
background-color: #83FCCC;
}
</style>
border-color css
<style>
span { border-color: #83FCCC; }
span { border-color: rgb(131,252,204); }
td.TdClassName
{
border-color: #83FCCC;
}
.TagClassName
{
border-color: #83FCCC;
}
</style>