Shades of Aquamarine #70FFC4
Tints of Aquamarine #70FFC4
RGB
CMYK
RGB Variations
Color information
#70FFC4 (or 0x70FFC4) is known color: Aquamarine. HEX triplet: 70, FF and C4. RGB value is (112,255,196). Sum of RGB (Red+Green+Blue) = 112+255+196=563 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.89% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FFC4 is #8F003B. Grayscale: #CDCDCD. Windows color (decimal): -9371708 or 12910448. OLE color: 12910448.
HSL color Cylindrical-coordinate representation of color #70FFC4: hue angle of 155.24º 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 #70FFC4 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 196 | - |
| CMYK | 0.56 | 0 | 0.23 | 0 |
| HSL | 155.24º | 1% | 0.72% | - |
| HSV(B) | 155.24º | 0.56% | 1% | - |
| XYZ | 52.41 | 78.95 | 64.7 | - |
| YUV | 205.52 | 122.62 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 196 | 0.56 | 0 | 0.23 | 0 | 155.24 | 1 | 0.72 |
| Hex | 70 | FF | C4 | 38 | 0 | 17 | 0 | 9B | 64 | 48 |
| Octal | 160 | 377 | 304 | 70 | 0 | 27 | 0 | 233 | 144 | 110 |
| Binary | 1110000 | 11111111 | 11000100 | 111000 | 0 | 10111 | 0 | 10011011 | 1100100 | 1001000 |
Color Harmonies of #70FFC4
Complementary color
Monochromatic Colors of #70FFC4
Black with #70FFC4
Text Example
Text Example
White with #70FFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FFC4; }
p { color: rgb(112,255,196); }
H1.HeaderClassName
{
color: #70FFC4;
}
.AnyTagClassName
{
color: #70FFC4;
}
</style>
background-color css
<style>
a { background-color: #70FFC4; }
a { background-color: rgb(112,255,196); }
div.DivClassName
{
background-color: #70FFC4;
}
.BgClassName
{
background-color: #70FFC4;
}
</style>
border-color css
<style>
span { border-color: #70FFC4; }
span { border-color: rgb(112,255,196); }
td.TdClassName
{
border-color: #70FFC4;
}
.TagClassName
{
border-color: #70FFC4;
}
</style>