Shades of Aquamarine #70FFCF
Tints of Aquamarine #70FFCF
RGB
CMYK
RGB Variations
Color information
#70FFCF (or 0x70FFCF) is known color: Aquamarine. HEX triplet: 70, FF and CF. RGB value is (112,255,207). Sum of RGB (Red+Green+Blue) = 112+255+207=574 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.51% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FFCF is #8F0030. Grayscale: #CECECE. Windows color (decimal): -9371697 or 13631344. OLE color: 13631344.
HSL color Cylindrical-coordinate representation of color #70FFCF: hue angle of 159.86º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FFCF is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 207 | - |
| CMYK | 0.56 | 0 | 0.19 | 0 |
| HSL | 159.86º | 1% | 0.72% | - |
| HSV(B) | 159.86º | 0.56% | 1% | - |
| XYZ | 53.7 | 79.47 | 71.54 | - |
| YUV | 206.77 | 128.12 | 60.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 207 | 0.56 | 0 | 0.19 | 0 | 159.86 | 1 | 0.72 |
| Hex | 70 | FF | CF | 38 | 0 | 13 | 0 | A0 | 64 | 48 |
| Octal | 160 | 377 | 317 | 70 | 0 | 23 | 0 | 240 | 144 | 110 |
| Binary | 1110000 | 11111111 | 11001111 | 111000 | 0 | 10011 | 0 | 10100000 | 1100100 | 1001000 |
Color Harmonies of #70FFCF
Complementary color
Monochromatic Colors of #70FFCF
Black with #70FFCF
Text Example
Text Example
White with #70FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FFCF; }
p { color: rgb(112,255,207); }
H1.HeaderClassName
{
color: #70FFCF;
}
.AnyTagClassName
{
color: #70FFCF;
}
</style>
background-color css
<style>
a { background-color: #70FFCF; }
a { background-color: rgb(112,255,207); }
div.DivClassName
{
background-color: #70FFCF;
}
.BgClassName
{
background-color: #70FFCF;
}
</style>
border-color css
<style>
span { border-color: #70FFCF; }
span { border-color: rgb(112,255,207); }
td.TdClassName
{
border-color: #70FFCF;
}
.TagClassName
{
border-color: #70FFCF;
}
</style>