Shades of Aquamarine #70FDB5
Tints of Aquamarine #70FDB5
RGB
CMYK
RGB Variations
Color information
#70FDB5 (or 0x70FDB5) is known color: Aquamarine. HEX triplet: 70, FD and B5. RGB value is (112,253,181). Sum of RGB (Red+Green+Blue) = 112+253+181=546 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.51% from 546); Green value is 253 (99.22% from 255 or 46.34% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 253 - color contains mainly: green. Hex color #70FDB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FDB5 is #8F024A. Grayscale: #CACACA. Windows color (decimal): -9372235 or 11926896. OLE color: 11926896.
HSL color Cylindrical-coordinate representation of color #70FDB5: hue angle of 149.36º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FDB5 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 253 | 181 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.01 |
| HSL | 149.36º | 0.97% | 0.72% | - |
| HSV(B) | 149.36º | 0.56% | 0.99% | - |
| XYZ | 50.15 | 77.03 | 55.94 | - |
| YUV | 202.63 | 115.79 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 253 | 181 | 0.56 | 0 | 0.28 | 0.01 | 149.36 | 0.97 | 0.72 |
| Hex | 70 | FD | B5 | 38 | 0 | 1C | 1 | 95 | 61 | 48 |
| Octal | 160 | 375 | 265 | 70 | 0 | 34 | 1 | 225 | 141 | 110 |
| Binary | 1110000 | 11111101 | 10110101 | 111000 | 0 | 11100 | 1 | 10010101 | 1100001 | 1001000 |
Color Harmonies of #70FDB5
Complementary color
Monochromatic Colors of #70FDB5
Black with #70FDB5
Text Example
Text Example
White with #70FDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FDB5; }
p { color: rgb(112,253,181); }
H1.HeaderClassName
{
color: #70FDB5;
}
.AnyTagClassName
{
color: #70FDB5;
}
</style>
background-color css
<style>
a { background-color: #70FDB5; }
a { background-color: rgb(112,253,181); }
div.DivClassName
{
background-color: #70FDB5;
}
.BgClassName
{
background-color: #70FDB5;
}
</style>
border-color css
<style>
span { border-color: #70FDB5; }
span { border-color: rgb(112,253,181); }
td.TdClassName
{
border-color: #70FDB5;
}
.TagClassName
{
border-color: #70FDB5;
}
</style>