Shades of Aquamarine #70F1DD
Tints of Aquamarine #70F1DD
RGB
CMYK
RGB Variations
Color information
#70F1DD (or 0x70F1DD) is known color: Aquamarine. HEX triplet: 70, F1 and DD. RGB value is (112,241,221). Sum of RGB (Red+Green+Blue) = 112+241+221=574 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.51% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #70F1DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F1DD is #8F0E22. Grayscale: #C8C8C8. Windows color (decimal): -9375267 or 14545264. OLE color: 14545264.
HSL color Cylindrical-coordinate representation of color #70F1DD: hue angle of 170.7º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F1DD is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 241 | 221 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.05 |
| HSL | 170.7º | 0.82% | 0.69% | - |
| HSV(B) | 170.7º | 0.54% | 0.95% | - |
| XYZ | 51.19 | 71.58 | 79.52 | - |
| YUV | 200.15 | 139.76 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 241 | 221 | 0.54 | 0 | 0.08 | 0.05 | 170.7 | 0.82 | 0.69 |
| Hex | 70 | F1 | DD | 36 | 0 | 8 | 5 | AB | 52 | 45 |
| Octal | 160 | 361 | 335 | 66 | 0 | 10 | 5 | 253 | 122 | 105 |
| Binary | 1110000 | 11110001 | 11011101 | 110110 | 0 | 1000 | 101 | 10101011 | 1010010 | 1000101 |
Color Harmonies of #70F1DD
Complementary color
Monochromatic Colors of #70F1DD
Black with #70F1DD
Text Example
Text Example
White with #70F1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F1DD; }
p { color: rgb(112,241,221); }
H1.HeaderClassName
{
color: #70F1DD;
}
.AnyTagClassName
{
color: #70F1DD;
}
</style>
background-color css
<style>
a { background-color: #70F1DD; }
a { background-color: rgb(112,241,221); }
div.DivClassName
{
background-color: #70F1DD;
}
.BgClassName
{
background-color: #70F1DD;
}
</style>
border-color css
<style>
span { border-color: #70F1DD; }
span { border-color: rgb(112,241,221); }
td.TdClassName
{
border-color: #70F1DD;
}
.TagClassName
{
border-color: #70F1DD;
}
</style>