Shades of Aquamarine #71F3DF
Tints of Aquamarine #71F3DF
RGB
CMYK
RGB Variations
Color information
#71F3DF (or 0x71F3DF) is known color: Aquamarine. HEX triplet: 71, F3 and DF. RGB value is (113,243,223). Sum of RGB (Red+Green+Blue) = 113+243+223=579 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.52% from 579); Green value is 243 (95.31% from 255 or 41.97% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 243 - color contains mainly: green. Hex color #71F3DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F3DF is #8E0C20. Grayscale: #C9C9C9. Windows color (decimal): -9309217 or 14676849. OLE color: 14676849.
HSL color Cylindrical-coordinate representation of color #71F3DF: hue angle of 170.77º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71F3DF is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 243 | 223 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.05 |
| HSL | 170.77º | 0.84% | 0.7% | - |
| HSV(B) | 170.77º | 0.53% | 0.95% | - |
| XYZ | 52.18 | 72.94 | 81.14 | - |
| YUV | 201.85 | 139.93 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 243 | 223 | 0.53 | 0 | 0.08 | 0.05 | 170.77 | 0.84 | 0.7 |
| Hex | 71 | F3 | DF | 35 | 0 | 8 | 5 | AB | 54 | 46 |
| Octal | 161 | 363 | 337 | 65 | 0 | 10 | 5 | 253 | 124 | 106 |
| Binary | 1110001 | 11110011 | 11011111 | 110101 | 0 | 1000 | 101 | 10101011 | 1010100 | 1000110 |
Color Harmonies of #71F3DF
Complementary color
Monochromatic Colors of #71F3DF
Black with #71F3DF
Text Example
Text Example
White with #71F3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F3DF; }
p { color: rgb(113,243,223); }
H1.HeaderClassName
{
color: #71F3DF;
}
.AnyTagClassName
{
color: #71F3DF;
}
</style>
background-color css
<style>
a { background-color: #71F3DF; }
a { background-color: rgb(113,243,223); }
div.DivClassName
{
background-color: #71F3DF;
}
.BgClassName
{
background-color: #71F3DF;
}
</style>
border-color css
<style>
span { border-color: #71F3DF; }
span { border-color: rgb(113,243,223); }
td.TdClassName
{
border-color: #71F3DF;
}
.TagClassName
{
border-color: #71F3DF;
}
</style>