Shades of Aquamarine #83FED1
Tints of Aquamarine #83FED1
RGB
CMYK
RGB Variations
Color information
#83FED1 (or 0x83FED1) is known color: Aquamarine. HEX triplet: 83, FE and D1. RGB value is (131,254,209). Sum of RGB (Red+Green+Blue) = 131+254+209=594 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.05% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #83FED1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FED1 is #7C012E. Grayscale: #D4D4D4. Windows color (decimal): -8126767 or 13762179. OLE color: 13762179.
HSL color Cylindrical-coordinate representation of color #83FED1: hue angle of 158.05º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FED1 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
RGB | 131 | 254 | 209 | - |
CMYK | 0.48 | 0 | 0.18 | 0.00 |
HSL | 158.05º | 0.98% | 0.75% | - |
HSV(B) | 158.05º | 0.48% | 1% | - |
XYZ | 56.31 | 80.31 | 72.86 | - |
YUV | 212.09 | 126.25 | 70.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 131 | 254 | 209 | 0.48 | 0 | 0.18 | 0.00 | 158.05 | 0.98 | 0.75 |
Hex | 83 | FE | D1 | 30 | 0 | 12 | 0 | 9E | 62 | 4B |
Octal | 203 | 376 | 321 | 60 | 0 | 22 | 0 | 236 | 142 | 113 |
Binary | 10000011 | 11111110 | 11010001 | 110000 | 0 | 10010 | 0 | 10011110 | 1100010 | 1001011 |
Color Harmonies of #83FED1
Complementary color
Monochromatic Colors of #83FED1
Black with #83FED1
Text Example
Text Example
White with #83FED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FED1; }
p { color: rgb(131,254,209); }
H1.HeaderClassName
{
color: #83FED1;
}
.AnyTagClassName
{
color: #83FED1;
}
</style>
background-color css
<style>
a { background-color: #83FED1; }
a { background-color: rgb(131,254,209); }
div.DivClassName
{
background-color: #83FED1;
}
.BgClassName
{
background-color: #83FED1;
}
</style>
border-color css
<style>
span { border-color: #83FED1; }
span { border-color: rgb(131,254,209); }
td.TdClassName
{
border-color: #83FED1;
}
.TagClassName
{
border-color: #83FED1;
}
</style>