Shades of Aquamarine #71FADB
Tints of Aquamarine #71FADB
RGB
CMYK
RGB Variations
Color information
#71FADB (or 0x71FADB) is known color: Aquamarine. HEX triplet: 71, FA and DB. RGB value is (113,250,219). Sum of RGB (Red+Green+Blue) = 113+250+219=582 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.42% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #71FADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FADB is #8E0524. Grayscale: #CDCDCD. Windows color (decimal): -9307429 or 14416497. OLE color: 14416497.
HSL color Cylindrical-coordinate representation of color #71FADB: hue angle of 166.42º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FADB is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 250 | 219 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.02 |
| HSL | 166.42º | 0.93% | 0.71% | - |
| HSV(B) | 166.42º | 0.55% | 0.98% | - |
| XYZ | 53.78 | 77 | 79.05 | - |
| YUV | 205.5 | 135.61 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 250 | 219 | 0.55 | 0 | 0.12 | 0.02 | 166.42 | 0.93 | 0.71 |
| Hex | 71 | FA | DB | 37 | 0 | C | 2 | A6 | 5D | 47 |
| Octal | 161 | 372 | 333 | 67 | 0 | 14 | 2 | 246 | 135 | 107 |
| Binary | 1110001 | 11111010 | 11011011 | 110111 | 0 | 1100 | 10 | 10100110 | 1011101 | 1000111 |
Color Harmonies of #71FADB
Complementary color
Monochromatic Colors of #71FADB
Black with #71FADB
Text Example
Text Example
White with #71FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FADB; }
p { color: rgb(113,250,219); }
H1.HeaderClassName
{
color: #71FADB;
}
.AnyTagClassName
{
color: #71FADB;
}
</style>
background-color css
<style>
a { background-color: #71FADB; }
a { background-color: rgb(113,250,219); }
div.DivClassName
{
background-color: #71FADB;
}
.BgClassName
{
background-color: #71FADB;
}
</style>
border-color css
<style>
span { border-color: #71FADB; }
span { border-color: rgb(113,250,219); }
td.TdClassName
{
border-color: #71FADB;
}
.TagClassName
{
border-color: #71FADB;
}
</style>