Shades of Aquamarine #71F9DB
Tints of Aquamarine #71F9DB
RGB
CMYK
RGB Variations
Color information
#71F9DB (or 0x71F9DB) is known color: Aquamarine. HEX triplet: 71, F9 and DB. RGB value is (113,249,219). Sum of RGB (Red+Green+Blue) = 113+249+219=581 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.45% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #71F9DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F9DB is #8E0624. Grayscale: #CCCCCC. Windows color (decimal): -9307685 or 14416241. OLE color: 14416241.
HSL color Cylindrical-coordinate representation of color #71F9DB: hue angle of 166.76º degrees, saturation: 0.92, 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 #71F9DB is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 249 | 219 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.02 |
| HSL | 166.76º | 0.92% | 0.71% | - |
| HSV(B) | 166.76º | 0.55% | 0.98% | - |
| XYZ | 53.47 | 76.38 | 78.94 | - |
| YUV | 204.92 | 135.94 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 249 | 219 | 0.55 | 0 | 0.12 | 0.02 | 166.76 | 0.92 | 0.71 |
| Hex | 71 | F9 | DB | 37 | 0 | C | 2 | A7 | 5C | 47 |
| Octal | 161 | 371 | 333 | 67 | 0 | 14 | 2 | 247 | 134 | 107 |
| Binary | 1110001 | 11111001 | 11011011 | 110111 | 0 | 1100 | 10 | 10100111 | 1011100 | 1000111 |
Color Harmonies of #71F9DB
Complementary color
Monochromatic Colors of #71F9DB
Black with #71F9DB
Text Example
Text Example
White with #71F9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F9DB; }
p { color: rgb(113,249,219); }
H1.HeaderClassName
{
color: #71F9DB;
}
.AnyTagClassName
{
color: #71F9DB;
}
</style>
background-color css
<style>
a { background-color: #71F9DB; }
a { background-color: rgb(113,249,219); }
div.DivClassName
{
background-color: #71F9DB;
}
.BgClassName
{
background-color: #71F9DB;
}
</style>
border-color css
<style>
span { border-color: #71F9DB; }
span { border-color: rgb(113,249,219); }
td.TdClassName
{
border-color: #71F9DB;
}
.TagClassName
{
border-color: #71F9DB;
}
</style>