Shades of Aquamarine #71FBDE
Tints of Aquamarine #71FBDE
RGB
CMYK
RGB Variations
Color information
#71FBDE (or 0x71FBDE) is known color: Aquamarine. HEX triplet: 71, FB and DE. RGB value is (113,251,222). Sum of RGB (Red+Green+Blue) = 113+251+222=586 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.28% from 586); Green value is 251 (98.44% from 255 or 42.83% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 251 - color contains mainly: green. Hex color #71FBDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FBDE is #8E0421. Grayscale: #CECECE. Windows color (decimal): -9307170 or 14613361. OLE color: 14613361.
HSL color Cylindrical-coordinate representation of color #71FBDE: hue angle of 167.39º degrees, saturation: 0.95, 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 #71FBDE is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 251 | 222 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.02 |
| HSL | 167.39º | 0.95% | 0.71% | - |
| HSV(B) | 167.39º | 0.55% | 0.98% | - |
| XYZ | 54.49 | 77.78 | 81.25 | - |
| YUV | 206.43 | 136.78 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 251 | 222 | 0.55 | 0 | 0.12 | 0.02 | 167.39 | 0.95 | 0.71 |
| Hex | 71 | FB | DE | 37 | 0 | C | 2 | A7 | 5F | 47 |
| Octal | 161 | 373 | 336 | 67 | 0 | 14 | 2 | 247 | 137 | 107 |
| Binary | 1110001 | 11111011 | 11011110 | 110111 | 0 | 1100 | 10 | 10100111 | 1011111 | 1000111 |
Color Harmonies of #71FBDE
Complementary color
Monochromatic Colors of #71FBDE
Black with #71FBDE
Text Example
Text Example
White with #71FBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FBDE; }
p { color: rgb(113,251,222); }
H1.HeaderClassName
{
color: #71FBDE;
}
.AnyTagClassName
{
color: #71FBDE;
}
</style>
background-color css
<style>
a { background-color: #71FBDE; }
a { background-color: rgb(113,251,222); }
div.DivClassName
{
background-color: #71FBDE;
}
.BgClassName
{
background-color: #71FBDE;
}
</style>
border-color css
<style>
span { border-color: #71FBDE; }
span { border-color: rgb(113,251,222); }
td.TdClassName
{
border-color: #71FBDE;
}
.TagClassName
{
border-color: #71FBDE;
}
</style>