Shades of Aquamarine #83F3C4
Tints of Aquamarine #83F3C4
RGB
CMYK
RGB Variations
Color information
#83F3C4 (or 0x83F3C4) is known color: Aquamarine. HEX triplet: 83, F3 and C4. RGB value is (131,243,196). Sum of RGB (Red+Green+Blue) = 131+243+196=570 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.98% from 570); Green value is 243 (95.31% from 255 or 42.63% from 570); Blue value is 196 (76.95% from 255 or 34.39% from 570); Max value from RGB is 243 - color contains mainly: green. Hex color #83F3C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F3C4 is #7C0C3B. Grayscale: #CCCCCC. Windows color (decimal): -8129596 or 12907395. OLE color: 12907395.
HSL color Cylindrical-coordinate representation of color #83F3C4: hue angle of 154.82º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F3C4 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 243 | 196 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.05 |
| HSL | 154.82º | 0.82% | 0.73% | - |
| HSV(B) | 154.82º | 0.46% | 0.95% | - |
| XYZ | 51.37 | 72.91 | 63.59 | - |
| YUV | 204.15 | 123.39 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 243 | 196 | 0.46 | 0 | 0.19 | 0.05 | 154.82 | 0.82 | 0.73 |
| Hex | 83 | F3 | C4 | 2E | 0 | 13 | 5 | 9B | 52 | 49 |
| Octal | 203 | 363 | 304 | 56 | 0 | 23 | 5 | 233 | 122 | 111 |
| Binary | 10000011 | 11110011 | 11000100 | 101110 | 0 | 10011 | 101 | 10011011 | 1010010 | 1001001 |
Color Harmonies of #83F3C4
Complementary color
Monochromatic Colors of #83F3C4
Black with #83F3C4
Text Example
Text Example
White with #83F3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F3C4; }
p { color: rgb(131,243,196); }
H1.HeaderClassName
{
color: #83F3C4;
}
.AnyTagClassName
{
color: #83F3C4;
}
</style>
background-color css
<style>
a { background-color: #83F3C4; }
a { background-color: rgb(131,243,196); }
div.DivClassName
{
background-color: #83F3C4;
}
.BgClassName
{
background-color: #83F3C4;
}
</style>
border-color css
<style>
span { border-color: #83F3C4; }
span { border-color: rgb(131,243,196); }
td.TdClassName
{
border-color: #83F3C4;
}
.TagClassName
{
border-color: #83F3C4;
}
</style>