Shades of Aquamarine #70FDDC
Tints of Aquamarine #70FDDC
RGB
CMYK
RGB Variations
Color information
#70FDDC (or 0x70FDDC) is known color: Aquamarine. HEX triplet: 70, FD and DC. RGB value is (112,253,220). Sum of RGB (Red+Green+Blue) = 112+253+220=585 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.15% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #70FDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FDDC is #8F0223. Grayscale: #CFCFCF. Windows color (decimal): -9372196 or 14482800. OLE color: 14482800.
HSL color Cylindrical-coordinate representation of color #70FDDC: hue angle of 165.96º 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 #70FDDC is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 253 | 220 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.01 |
| HSL | 165.96º | 0.97% | 0.72% | - |
| HSV(B) | 165.96º | 0.56% | 0.99% | - |
| XYZ | 54.73 | 78.86 | 80.05 | - |
| YUV | 207.08 | 135.29 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 253 | 220 | 0.56 | 0 | 0.13 | 0.01 | 165.96 | 0.97 | 0.72 |
| Hex | 70 | FD | DC | 38 | 0 | D | 1 | A6 | 61 | 48 |
| Octal | 160 | 375 | 334 | 70 | 0 | 15 | 1 | 246 | 141 | 110 |
| Binary | 1110000 | 11111101 | 11011100 | 111000 | 0 | 1101 | 1 | 10100110 | 1100001 | 1001000 |
Color Harmonies of #70FDDC
Complementary color
Monochromatic Colors of #70FDDC
Black with #70FDDC
Text Example
Text Example
White with #70FDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FDDC; }
p { color: rgb(112,253,220); }
H1.HeaderClassName
{
color: #70FDDC;
}
.AnyTagClassName
{
color: #70FDDC;
}
</style>
background-color css
<style>
a { background-color: #70FDDC; }
a { background-color: rgb(112,253,220); }
div.DivClassName
{
background-color: #70FDDC;
}
.BgClassName
{
background-color: #70FDDC;
}
</style>
border-color css
<style>
span { border-color: #70FDDC; }
span { border-color: rgb(112,253,220); }
td.TdClassName
{
border-color: #70FDDC;
}
.TagClassName
{
border-color: #70FDDC;
}
</style>