Shades of Aquamarine #83F9CC
Tints of Aquamarine #83F9CC
RGB
CMYK
RGB Variations
Color information
#83F9CC (or 0x83F9CC) is known color: Aquamarine. HEX triplet: 83, F9 and CC. RGB value is (131,249,204). Sum of RGB (Red+Green+Blue) = 131+249+204=584 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.43% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #83F9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F9CC is #7C0633. Grayscale: #D0D0D0. Windows color (decimal): -8128052 or 13433219. OLE color: 13433219.
HSL color Cylindrical-coordinate representation of color #83F9CC: hue angle of 157.12º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F9CC is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 249 | 204 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.02 |
| HSL | 157.12º | 0.91% | 0.75% | - |
| HSV(B) | 157.12º | 0.47% | 0.98% | - |
| XYZ | 54.13 | 76.94 | 69.12 | - |
| YUV | 208.59 | 125.41 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 249 | 204 | 0.47 | 0 | 0.18 | 0.02 | 157.12 | 0.91 | 0.75 |
| Hex | 83 | F9 | CC | 2F | 0 | 12 | 2 | 9D | 5B | 4B |
| Octal | 203 | 371 | 314 | 57 | 0 | 22 | 2 | 235 | 133 | 113 |
| Binary | 10000011 | 11111001 | 11001100 | 101111 | 0 | 10010 | 10 | 10011101 | 1011011 | 1001011 |
Color Harmonies of #83F9CC
Complementary color
Monochromatic Colors of #83F9CC
Black with #83F9CC
Text Example
Text Example
White with #83F9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F9CC; }
p { color: rgb(131,249,204); }
H1.HeaderClassName
{
color: #83F9CC;
}
.AnyTagClassName
{
color: #83F9CC;
}
</style>
background-color css
<style>
a { background-color: #83F9CC; }
a { background-color: rgb(131,249,204); }
div.DivClassName
{
background-color: #83F9CC;
}
.BgClassName
{
background-color: #83F9CC;
}
</style>
border-color css
<style>
span { border-color: #83F9CC; }
span { border-color: rgb(131,249,204); }
td.TdClassName
{
border-color: #83F9CC;
}
.TagClassName
{
border-color: #83F9CC;
}
</style>