Shades of Aquamarine #89FFC4
Tints of Aquamarine #89FFC4
RGB
CMYK
RGB Variations
Color information
#89FFC4 (or 0x89FFC4) is known color: Aquamarine. HEX triplet: 89, FF and C4. RGB value is (137,255,196). Sum of RGB (Red+Green+Blue) = 137+255+196=588 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.30% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #89FFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FFC4 is #76003B. Grayscale: #D5D5D5. Windows color (decimal): -7733308 or 12910473. OLE color: 12910473.
HSL color Cylindrical-coordinate representation of color #89FFC4: hue angle of 150º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89FFC4 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 255 | 196 | - |
| CMYK | 0.46 | 0 | 0.23 | 0 |
| HSL | 150º | 1% | 0.77% | - |
| HSV(B) | 150º | 0.46% | 1% | - |
| XYZ | 56.04 | 80.82 | 64.87 | - |
| YUV | 212.99 | 118.41 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 255 | 196 | 0.46 | 0 | 0.23 | 0 | 150 | 1 | 0.77 |
| Hex | 89 | FF | C4 | 2E | 0 | 17 | 0 | 96 | 64 | 4D |
| Octal | 211 | 377 | 304 | 56 | 0 | 27 | 0 | 226 | 144 | 115 |
| Binary | 10001001 | 11111111 | 11000100 | 101110 | 0 | 10111 | 0 | 10010110 | 1100100 | 1001101 |
Color Harmonies of #89FFC4
Complementary color
Monochromatic Colors of #89FFC4
Black with #89FFC4
Text Example
Text Example
White with #89FFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FFC4; }
p { color: rgb(137,255,196); }
H1.HeaderClassName
{
color: #89FFC4;
}
.AnyTagClassName
{
color: #89FFC4;
}
</style>
background-color css
<style>
a { background-color: #89FFC4; }
a { background-color: rgb(137,255,196); }
div.DivClassName
{
background-color: #89FFC4;
}
.BgClassName
{
background-color: #89FFC4;
}
</style>
border-color css
<style>
span { border-color: #89FFC4; }
span { border-color: rgb(137,255,196); }
td.TdClassName
{
border-color: #89FFC4;
}
.TagClassName
{
border-color: #89FFC4;
}
</style>