Shades of Aquamarine #89F0DD
Tints of Aquamarine #89F0DD
RGB
CMYK
RGB Variations
Color information
#89F0DD (or 0x89F0DD) is known color: Aquamarine. HEX triplet: 89, F0 and DD. RGB value is (137,240,221). Sum of RGB (Red+Green+Blue) = 137+240+221=598 (79% of max value = 765). Red value is 137 (53.91% from 255 or 22.91% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #89F0DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F0DD is #760F22. Grayscale: #CFCFCF. Windows color (decimal): -7737123 or 14545033. OLE color: 14545033.
HSL color Cylindrical-coordinate representation of color #89F0DD: hue angle of 168.93º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89F0DD is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 240 | 221 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.06 |
| HSL | 168.93º | 0.77% | 0.74% | - |
| HSV(B) | 168.93º | 0.43% | 0.94% | - |
| XYZ | 54.53 | 72.86 | 79.6 | - |
| YUV | 207.04 | 135.88 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 240 | 221 | 0.43 | 0 | 0.08 | 0.06 | 168.93 | 0.77 | 0.74 |
| Hex | 89 | F0 | DD | 2B | 0 | 8 | 6 | A9 | 4D | 4A |
| Octal | 211 | 360 | 335 | 53 | 0 | 10 | 6 | 251 | 115 | 112 |
| Binary | 10001001 | 11110000 | 11011101 | 101011 | 0 | 1000 | 110 | 10101001 | 1001101 | 1001010 |
Color Harmonies of #89F0DD
Complementary color
Monochromatic Colors of #89F0DD
Black with #89F0DD
Text Example
Text Example
White with #89F0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F0DD; }
p { color: rgb(137,240,221); }
H1.HeaderClassName
{
color: #89F0DD;
}
.AnyTagClassName
{
color: #89F0DD;
}
</style>
background-color css
<style>
a { background-color: #89F0DD; }
a { background-color: rgb(137,240,221); }
div.DivClassName
{
background-color: #89F0DD;
}
.BgClassName
{
background-color: #89F0DD;
}
</style>
border-color css
<style>
span { border-color: #89F0DD; }
span { border-color: rgb(137,240,221); }
td.TdClassName
{
border-color: #89F0DD;
}
.TagClassName
{
border-color: #89F0DD;
}
</style>