Shades of Aquamarine #70FBB2
Tints of Aquamarine #70FBB2
RGB
CMYK
RGB Variations
Color information
#70FBB2 (or 0x70FBB2) is known color: Aquamarine. HEX triplet: 70, FB and B2. RGB value is (112,251,178). Sum of RGB (Red+Green+Blue) = 112+251+178=541 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.70% from 541); Green value is 251 (98.44% from 255 or 46.40% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 251 - color contains mainly: green. Hex color #70FBB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FBB2 is #8F044D. Grayscale: #C9C9C9. Windows color (decimal): -9372750 or 11729776. OLE color: 11729776.
HSL color Cylindrical-coordinate representation of color #70FBB2: hue angle of 148.49º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70FBB2 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 251 | 178 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.02 |
| HSL | 148.49º | 0.95% | 0.71% | - |
| HSV(B) | 148.49º | 0.55% | 0.98% | - |
| XYZ | 49.22 | 75.65 | 54.13 | - |
| YUV | 201.12 | 114.95 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 251 | 178 | 0.55 | 0 | 0.29 | 0.02 | 148.49 | 0.95 | 0.71 |
| Hex | 70 | FB | B2 | 37 | 0 | 1D | 2 | 94 | 5F | 47 |
| Octal | 160 | 373 | 262 | 67 | 0 | 35 | 2 | 224 | 137 | 107 |
| Binary | 1110000 | 11111011 | 10110010 | 110111 | 0 | 11101 | 10 | 10010100 | 1011111 | 1000111 |
Color Harmonies of #70FBB2
Complementary color
Monochromatic Colors of #70FBB2
Black with #70FBB2
Text Example
Text Example
White with #70FBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FBB2; }
p { color: rgb(112,251,178); }
H1.HeaderClassName
{
color: #70FBB2;
}
.AnyTagClassName
{
color: #70FBB2;
}
</style>
background-color css
<style>
a { background-color: #70FBB2; }
a { background-color: rgb(112,251,178); }
div.DivClassName
{
background-color: #70FBB2;
}
.BgClassName
{
background-color: #70FBB2;
}
</style>
border-color css
<style>
span { border-color: #70FBB2; }
span { border-color: rgb(112,251,178); }
td.TdClassName
{
border-color: #70FBB2;
}
.TagClassName
{
border-color: #70FBB2;
}
</style>