Shades of Aquamarine #70FBDF
Tints of Aquamarine #70FBDF
RGB
CMYK
RGB Variations
Color information
#70FBDF (or 0x70FBDF) is known color: Aquamarine. HEX triplet: 70, FB and DF. RGB value is (112,251,223). Sum of RGB (Red+Green+Blue) = 112+251+223=586 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.11% from 586); Green value is 251 (98.44% from 255 or 42.83% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 251 - color contains mainly: green. Hex color #70FBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FBDF is #8F0420. Grayscale: #CECECE. Windows color (decimal): -9372705 or 14678896. OLE color: 14678896.
HSL color Cylindrical-coordinate representation of color #70FBDF: hue angle of 167.91º 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 #70FBDF is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 251 | 223 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.02 |
| HSL | 167.91º | 0.95% | 0.71% | - |
| HSV(B) | 167.91º | 0.55% | 0.98% | - |
| XYZ | 54.5 | 77.77 | 81.95 | - |
| YUV | 206.25 | 137.45 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 251 | 223 | 0.55 | 0 | 0.11 | 0.02 | 167.91 | 0.95 | 0.71 |
| Hex | 70 | FB | DF | 37 | 0 | B | 2 | A8 | 5F | 47 |
| Octal | 160 | 373 | 337 | 67 | 0 | 13 | 2 | 250 | 137 | 107 |
| Binary | 1110000 | 11111011 | 11011111 | 110111 | 0 | 1011 | 10 | 10101000 | 1011111 | 1000111 |
Color Harmonies of #70FBDF
Complementary color
Monochromatic Colors of #70FBDF
Black with #70FBDF
Text Example
Text Example
White with #70FBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FBDF; }
p { color: rgb(112,251,223); }
H1.HeaderClassName
{
color: #70FBDF;
}
.AnyTagClassName
{
color: #70FBDF;
}
</style>
background-color css
<style>
a { background-color: #70FBDF; }
a { background-color: rgb(112,251,223); }
div.DivClassName
{
background-color: #70FBDF;
}
.BgClassName
{
background-color: #70FBDF;
}
</style>
border-color css
<style>
span { border-color: #70FBDF; }
span { border-color: rgb(112,251,223); }
td.TdClassName
{
border-color: #70FBDF;
}
.TagClassName
{
border-color: #70FBDF;
}
</style>