Shades of Aquamarine #70FCDF
Tints of Aquamarine #70FCDF
RGB
CMYK
RGB Variations
Color information
#70FCDF (or 0x70FCDF) is known color: Aquamarine. HEX triplet: 70, FC and DF. RGB value is (112,252,223). Sum of RGB (Red+Green+Blue) = 112+252+223=587 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.08% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #70FCDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FCDF is #8F0320. Grayscale: #CECECE. Windows color (decimal): -9372449 or 14679152. OLE color: 14679152.
HSL color Cylindrical-coordinate representation of color #70FCDF: hue angle of 167.57º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FCDF is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 252 | 223 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.01 |
| HSL | 167.57º | 0.96% | 0.71% | - |
| HSV(B) | 167.57º | 0.56% | 0.99% | - |
| XYZ | 54.81 | 78.39 | 82.05 | - |
| YUV | 206.83 | 137.12 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 252 | 223 | 0.56 | 0 | 0.12 | 0.01 | 167.57 | 0.96 | 0.71 |
| Hex | 70 | FC | DF | 38 | 0 | C | 1 | A8 | 60 | 47 |
| Octal | 160 | 374 | 337 | 70 | 0 | 14 | 1 | 250 | 140 | 107 |
| Binary | 1110000 | 11111100 | 11011111 | 111000 | 0 | 1100 | 1 | 10101000 | 1100000 | 1000111 |
Color Harmonies of #70FCDF
Complementary color
Monochromatic Colors of #70FCDF
Black with #70FCDF
Text Example
Text Example
White with #70FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FCDF; }
p { color: rgb(112,252,223); }
H1.HeaderClassName
{
color: #70FCDF;
}
.AnyTagClassName
{
color: #70FCDF;
}
</style>
background-color css
<style>
a { background-color: #70FCDF; }
a { background-color: rgb(112,252,223); }
div.DivClassName
{
background-color: #70FCDF;
}
.BgClassName
{
background-color: #70FCDF;
}
</style>
border-color css
<style>
span { border-color: #70FCDF; }
span { border-color: rgb(112,252,223); }
td.TdClassName
{
border-color: #70FCDF;
}
.TagClassName
{
border-color: #70FCDF;
}
</style>