Shades of Aquamarine #71FBC2
Tints of Aquamarine #71FBC2
RGB
CMYK
RGB Variations
Color information
#71FBC2 (or 0x71FBC2) is known color: Aquamarine. HEX triplet: 71, FB and C2. RGB value is (113,251,194). Sum of RGB (Red+Green+Blue) = 113+251+194=558 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.25% from 558); Green value is 251 (98.44% from 255 or 44.98% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 251 - color contains mainly: green. Hex color #71FBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FBC2 is #8E043D. Grayscale: #CBCBCB. Windows color (decimal): -9307198 or 12778353. OLE color: 12778353.
HSL color Cylindrical-coordinate representation of color #71FBC2: hue angle of 155.22º 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 #71FBC2 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 251 | 194 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.02 |
| HSL | 155.22º | 0.95% | 0.71% | - |
| HSV(B) | 155.22º | 0.55% | 0.98% | - |
| XYZ | 51.04 | 76.4 | 63.1 | - |
| YUV | 203.24 | 122.78 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 251 | 194 | 0.55 | 0 | 0.23 | 0.02 | 155.22 | 0.95 | 0.71 |
| Hex | 71 | FB | C2 | 37 | 0 | 17 | 2 | 9B | 5F | 47 |
| Octal | 161 | 373 | 302 | 67 | 0 | 27 | 2 | 233 | 137 | 107 |
| Binary | 1110001 | 11111011 | 11000010 | 110111 | 0 | 10111 | 10 | 10011011 | 1011111 | 1000111 |
Color Harmonies of #71FBC2
Complementary color
Monochromatic Colors of #71FBC2
Black with #71FBC2
Text Example
Text Example
White with #71FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FBC2; }
p { color: rgb(113,251,194); }
H1.HeaderClassName
{
color: #71FBC2;
}
.AnyTagClassName
{
color: #71FBC2;
}
</style>
background-color css
<style>
a { background-color: #71FBC2; }
a { background-color: rgb(113,251,194); }
div.DivClassName
{
background-color: #71FBC2;
}
.BgClassName
{
background-color: #71FBC2;
}
</style>
border-color css
<style>
span { border-color: #71FBC2; }
span { border-color: rgb(113,251,194); }
td.TdClassName
{
border-color: #71FBC2;
}
.TagClassName
{
border-color: #71FBC2;
}
</style>