Shades of Aquamarine #70FEB5
Tints of Aquamarine #70FEB5
RGB
CMYK
RGB Variations
Color information
#70FEB5 (or 0x70FEB5) is known color: Aquamarine. HEX triplet: 70, FE and B5. RGB value is (112,254,181). Sum of RGB (Red+Green+Blue) = 112+254+181=547 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.48% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #70FEB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FEB5 is #8F014A. Grayscale: #CBCBCB. Windows color (decimal): -9371979 or 11927152. OLE color: 11927152.
HSL color Cylindrical-coordinate representation of color #70FEB5: hue angle of 149.15º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FEB5 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 254 | 181 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.00 |
| HSL | 149.15º | 0.99% | 0.72% | - |
| HSV(B) | 149.15º | 0.56% | 1% | - |
| XYZ | 50.46 | 77.66 | 56.05 | - |
| YUV | 203.22 | 115.46 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 254 | 181 | 0.56 | 0 | 0.29 | 0.00 | 149.15 | 0.99 | 0.72 |
| Hex | 70 | FE | B5 | 38 | 0 | 1D | 0 | 95 | 63 | 48 |
| Octal | 160 | 376 | 265 | 70 | 0 | 35 | 0 | 225 | 143 | 110 |
| Binary | 1110000 | 11111110 | 10110101 | 111000 | 0 | 11101 | 0 | 10010101 | 1100011 | 1001000 |
Color Harmonies of #70FEB5
Complementary color
Monochromatic Colors of #70FEB5
Black with #70FEB5
Text Example
Text Example
White with #70FEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FEB5; }
p { color: rgb(112,254,181); }
H1.HeaderClassName
{
color: #70FEB5;
}
.AnyTagClassName
{
color: #70FEB5;
}
</style>
background-color css
<style>
a { background-color: #70FEB5; }
a { background-color: rgb(112,254,181); }
div.DivClassName
{
background-color: #70FEB5;
}
.BgClassName
{
background-color: #70FEB5;
}
</style>
border-color css
<style>
span { border-color: #70FEB5; }
span { border-color: rgb(112,254,181); }
td.TdClassName
{
border-color: #70FEB5;
}
.TagClassName
{
border-color: #70FEB5;
}
</style>