Shades of Aquamarine #83FFCF
Tints of Aquamarine #83FFCF
RGB
CMYK
RGB Variations
Color information
#83FFCF (or 0x83FFCF) is known color: Aquamarine. HEX triplet: 83, FF and CF. RGB value is (131,255,207). Sum of RGB (Red+Green+Blue) = 131+255+207=593 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.09% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FFCF is #7C0030. Grayscale: #D4D4D4. Windows color (decimal): -8126513 or 13631363. OLE color: 13631363.
HSL color Cylindrical-coordinate representation of color #83FFCF: hue angle of 156.77º 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 #83FFCF is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 255 | 207 | - |
| CMYK | 0.49 | 0 | 0.19 | 0 |
| HSL | 156.77º | 1% | 0.76% | - |
| HSV(B) | 156.77º | 0.49% | 1% | - |
| XYZ | 56.38 | 80.85 | 71.67 | - |
| YUV | 212.45 | 124.92 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 255 | 207 | 0.49 | 0 | 0.19 | 0 | 156.77 | 1 | 0.76 |
| Hex | 83 | FF | CF | 31 | 0 | 13 | 0 | 9D | 64 | 4C |
| Octal | 203 | 377 | 317 | 61 | 0 | 23 | 0 | 235 | 144 | 114 |
| Binary | 10000011 | 11111111 | 11001111 | 110001 | 0 | 10011 | 0 | 10011101 | 1100100 | 1001100 |
Color Harmonies of #83FFCF
Complementary color
Monochromatic Colors of #83FFCF
Black with #83FFCF
Text Example
Text Example
White with #83FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FFCF; }
p { color: rgb(131,255,207); }
H1.HeaderClassName
{
color: #83FFCF;
}
.AnyTagClassName
{
color: #83FFCF;
}
</style>
background-color css
<style>
a { background-color: #83FFCF; }
a { background-color: rgb(131,255,207); }
div.DivClassName
{
background-color: #83FFCF;
}
.BgClassName
{
background-color: #83FFCF;
}
</style>
border-color css
<style>
span { border-color: #83FFCF; }
span { border-color: rgb(131,255,207); }
td.TdClassName
{
border-color: #83FFCF;
}
.TagClassName
{
border-color: #83FFCF;
}
</style>