Shades of Aquamarine #89FFCF
Tints of Aquamarine #89FFCF
RGB
CMYK
RGB Variations
Color information
#89FFCF (or 0x89FFCF) is known color: Aquamarine. HEX triplet: 89, FF and CF. RGB value is (137,255,207). Sum of RGB (Red+Green+Blue) = 137+255+207=599 (79% of max value = 765). Red value is 137 (53.91% from 255 or 22.87% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #89FFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FFCF is #760030. Grayscale: #D6D6D6. Windows color (decimal): -7733297 or 13631369. OLE color: 13631369.
HSL color Cylindrical-coordinate representation of color #89FFCF: hue angle of 155.59º 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 #89FFCF is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 255 | 207 | - |
| CMYK | 0.46 | 0 | 0.19 | 0 |
| HSL | 155.59º | 1% | 0.77% | - |
| HSV(B) | 155.59º | 0.46% | 1% | - |
| XYZ | 57.34 | 81.34 | 71.71 | - |
| YUV | 214.25 | 123.91 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 255 | 207 | 0.46 | 0 | 0.19 | 0 | 155.59 | 1 | 0.77 |
| Hex | 89 | FF | CF | 2E | 0 | 13 | 0 | 9C | 64 | 4D |
| Octal | 211 | 377 | 317 | 56 | 0 | 23 | 0 | 234 | 144 | 115 |
| Binary | 10001001 | 11111111 | 11001111 | 101110 | 0 | 10011 | 0 | 10011100 | 1100100 | 1001101 |
Color Harmonies of #89FFCF
Complementary color
Monochromatic Colors of #89FFCF
Black with #89FFCF
Text Example
Text Example
White with #89FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FFCF; }
p { color: rgb(137,255,207); }
H1.HeaderClassName
{
color: #89FFCF;
}
.AnyTagClassName
{
color: #89FFCF;
}
</style>
background-color css
<style>
a { background-color: #89FFCF; }
a { background-color: rgb(137,255,207); }
div.DivClassName
{
background-color: #89FFCF;
}
.BgClassName
{
background-color: #89FFCF;
}
</style>
border-color css
<style>
span { border-color: #89FFCF; }
span { border-color: rgb(137,255,207); }
td.TdClassName
{
border-color: #89FFCF;
}
.TagClassName
{
border-color: #89FFCF;
}
</style>