Shades of Aquamarine #70FBA9
Tints of Aquamarine #70FBA9
RGB
CMYK
RGB Variations
Color information
#70FBA9 (or 0x70FBA9) is known color: Aquamarine. HEX triplet: 70, FB and A9. RGB value is (112,251,169). Sum of RGB (Red+Green+Blue) = 112+251+169=532 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.05% from 532); Green value is 251 (98.44% from 255 or 47.18% from 532); Blue value is 169 (66.41% from 255 or 31.77% from 532); Max value from RGB is 251 - color contains mainly: green. Hex color #70FBA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FBA9 is #8F0456. Grayscale: #C8C8C8. Windows color (decimal): -9372759 or 11139952. OLE color: 11139952.
HSL color Cylindrical-coordinate representation of color #70FBA9: hue angle of 144.6º 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 #70FBA9 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 251 | 169 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.02 |
| HSL | 144.6º | 0.95% | 0.71% | - |
| HSV(B) | 144.6º | 0.55% | 0.98% | - |
| XYZ | 48.34 | 75.3 | 49.52 | - |
| YUV | 200.09 | 110.45 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 251 | 169 | 0.55 | 0 | 0.33 | 0.02 | 144.6 | 0.95 | 0.71 |
| Hex | 70 | FB | A9 | 37 | 0 | 21 | 2 | 91 | 5F | 47 |
| Octal | 160 | 373 | 251 | 67 | 0 | 41 | 2 | 221 | 137 | 107 |
| Binary | 1110000 | 11111011 | 10101001 | 110111 | 0 | 100001 | 10 | 10010001 | 1011111 | 1000111 |
Color Harmonies of #70FBA9
Complementary color
Monochromatic Colors of #70FBA9
Black with #70FBA9
Text Example
Text Example
White with #70FBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FBA9; }
p { color: rgb(112,251,169); }
H1.HeaderClassName
{
color: #70FBA9;
}
.AnyTagClassName
{
color: #70FBA9;
}
</style>
background-color css
<style>
a { background-color: #70FBA9; }
a { background-color: rgb(112,251,169); }
div.DivClassName
{
background-color: #70FBA9;
}
.BgClassName
{
background-color: #70FBA9;
}
</style>
border-color css
<style>
span { border-color: #70FBA9; }
span { border-color: rgb(112,251,169); }
td.TdClassName
{
border-color: #70FBA9;
}
.TagClassName
{
border-color: #70FBA9;
}
</style>