Shades of Aquamarine #83FCC4
Tints of Aquamarine #83FCC4
RGB
CMYK
RGB Variations
Color information
#83FCC4 (or 0x83FCC4) is known color: Aquamarine. HEX triplet: 83, FC and C4. RGB value is (131,252,196). Sum of RGB (Red+Green+Blue) = 131+252+196=579 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.63% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 196 (76.95% from 255 or 33.85% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #83FCC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FCC4 is #7C033B. Grayscale: #D1D1D1. Windows color (decimal): -8127292 or 12909699. OLE color: 12909699.
HSL color Cylindrical-coordinate representation of color #83FCC4: hue angle of 152.23º 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 #83FCC4 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 252 | 196 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.01 |
| HSL | 152.23º | 0.95% | 0.75% | - |
| HSV(B) | 152.23º | 0.48% | 0.99% | - |
| XYZ | 54.13 | 78.43 | 64.51 | - |
| YUV | 209.44 | 120.41 | 72.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 252 | 196 | 0.48 | 0 | 0.22 | 0.01 | 152.23 | 0.95 | 0.75 |
| Hex | 83 | FC | C4 | 30 | 0 | 16 | 1 | 98 | 5F | 4B |
| Octal | 203 | 374 | 304 | 60 | 0 | 26 | 1 | 230 | 137 | 113 |
| Binary | 10000011 | 11111100 | 11000100 | 110000 | 0 | 10110 | 1 | 10011000 | 1011111 | 1001011 |
Color Harmonies of #83FCC4
Complementary color
Monochromatic Colors of #83FCC4
Black with #83FCC4
Text Example
Text Example
White with #83FCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FCC4; }
p { color: rgb(131,252,196); }
H1.HeaderClassName
{
color: #83FCC4;
}
.AnyTagClassName
{
color: #83FCC4;
}
</style>
background-color css
<style>
a { background-color: #83FCC4; }
a { background-color: rgb(131,252,196); }
div.DivClassName
{
background-color: #83FCC4;
}
.BgClassName
{
background-color: #83FCC4;
}
</style>
border-color css
<style>
span { border-color: #83FCC4; }
span { border-color: rgb(131,252,196); }
td.TdClassName
{
border-color: #83FCC4;
}
.TagClassName
{
border-color: #83FCC4;
}
</style>