Shades of Aquamarine #70FFCC
Tints of Aquamarine #70FFCC
RGB
CMYK
RGB Variations
Color information
#70FFCC (or 0x70FFCC) is known color: Aquamarine. HEX triplet: 70, FF and CC. RGB value is (112,255,204). Sum of RGB (Red+Green+Blue) = 112+255+204=571 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.61% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FFCC is #8F0033. Grayscale: #CECECE. Windows color (decimal): -9371700 or 13434736. OLE color: 13434736.
HSL color Cylindrical-coordinate representation of color #70FFCC: hue angle of 158.6º 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 #70FFCC is Cyan = 0.56, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 204 | - |
| CMYK | 0.56 | 0 | 0.2 | 0 |
| HSL | 158.6º | 1% | 0.72% | - |
| HSV(B) | 158.6º | 0.56% | 1% | - |
| XYZ | 53.34 | 79.32 | 69.63 | - |
| YUV | 206.43 | 126.62 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 204 | 0.56 | 0 | 0.2 | 0 | 158.6 | 1 | 0.72 |
| Hex | 70 | FF | CC | 38 | 0 | 14 | 0 | 9F | 64 | 48 |
| Octal | 160 | 377 | 314 | 70 | 0 | 24 | 0 | 237 | 144 | 110 |
| Binary | 1110000 | 11111111 | 11001100 | 111000 | 0 | 10100 | 0 | 10011111 | 1100100 | 1001000 |
Color Harmonies of #70FFCC
Complementary color
Monochromatic Colors of #70FFCC
Black with #70FFCC
Text Example
Text Example
White with #70FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FFCC; }
p { color: rgb(112,255,204); }
H1.HeaderClassName
{
color: #70FFCC;
}
.AnyTagClassName
{
color: #70FFCC;
}
</style>
background-color css
<style>
a { background-color: #70FFCC; }
a { background-color: rgb(112,255,204); }
div.DivClassName
{
background-color: #70FFCC;
}
.BgClassName
{
background-color: #70FFCC;
}
</style>
border-color css
<style>
span { border-color: #70FFCC; }
span { border-color: rgb(112,255,204); }
td.TdClassName
{
border-color: #70FFCC;
}
.TagClassName
{
border-color: #70FFCC;
}
</style>