Shades of Aquamarine #83F8C8
Tints of Aquamarine #83F8C8
RGB
CMYK
RGB Variations
Color information
#83F8C8 (or 0x83F8C8) is known color: Aquamarine. HEX triplet: 83, F8 and C8. RGB value is (131,248,200). Sum of RGB (Red+Green+Blue) = 131+248+200=579 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.63% from 579); Green value is 248 (97.27% from 255 or 42.83% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 248 - color contains mainly: green. Hex color #83F8C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F8C8 is #7C0737. Grayscale: #CFCFCF. Windows color (decimal): -8128312 or 13170819. OLE color: 13170819.
HSL color Cylindrical-coordinate representation of color #83F8C8: hue angle of 155.38º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F8C8 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 248 | 200 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.03 |
| HSL | 155.38º | 0.89% | 0.74% | - |
| HSV(B) | 155.38º | 0.47% | 0.97% | - |
| XYZ | 53.35 | 76.13 | 66.53 | - |
| YUV | 207.55 | 123.74 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 248 | 200 | 0.47 | 0 | 0.19 | 0.03 | 155.38 | 0.89 | 0.74 |
| Hex | 83 | F8 | C8 | 2F | 0 | 13 | 3 | 9B | 59 | 4A |
| Octal | 203 | 370 | 310 | 57 | 0 | 23 | 3 | 233 | 131 | 112 |
| Binary | 10000011 | 11111000 | 11001000 | 101111 | 0 | 10011 | 11 | 10011011 | 1011001 | 1001010 |
Color Harmonies of #83F8C8
Complementary color
Monochromatic Colors of #83F8C8
Black with #83F8C8
Text Example
Text Example
White with #83F8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F8C8; }
p { color: rgb(131,248,200); }
H1.HeaderClassName
{
color: #83F8C8;
}
.AnyTagClassName
{
color: #83F8C8;
}
</style>
background-color css
<style>
a { background-color: #83F8C8; }
a { background-color: rgb(131,248,200); }
div.DivClassName
{
background-color: #83F8C8;
}
.BgClassName
{
background-color: #83F8C8;
}
</style>
border-color css
<style>
span { border-color: #83F8C8; }
span { border-color: rgb(131,248,200); }
td.TdClassName
{
border-color: #83F8C8;
}
.TagClassName
{
border-color: #83F8C8;
}
</style>