Shades of Aquamarine #89F1BF
Tints of Aquamarine #89F1BF
RGB
CMYK
RGB Variations
Color information
#89F1BF (or 0x89F1BF) is known color: Aquamarine. HEX triplet: 89, F1 and BF. RGB value is (137,241,191). Sum of RGB (Red+Green+Blue) = 137+241+191=569 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.08% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 241 - color contains mainly: green. Hex color #89F1BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F1BF is #760E40. Grayscale: #CCCCCC. Windows color (decimal): -7736897 or 12579209. OLE color: 12579209.
HSL color Cylindrical-coordinate representation of color #89F1BF: hue angle of 151.15º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89F1BF is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 241 | 191 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.05 |
| HSL | 151.15º | 0.79% | 0.74% | - |
| HSV(B) | 151.15º | 0.43% | 0.95% | - |
| XYZ | 51.18 | 71.99 | 60.49 | - |
| YUV | 204.2 | 120.54 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 241 | 191 | 0.43 | 0 | 0.21 | 0.05 | 151.15 | 0.79 | 0.74 |
| Hex | 89 | F1 | BF | 2B | 0 | 15 | 5 | 97 | 4F | 4A |
| Octal | 211 | 361 | 277 | 53 | 0 | 25 | 5 | 227 | 117 | 112 |
| Binary | 10001001 | 11110001 | 10111111 | 101011 | 0 | 10101 | 101 | 10010111 | 1001111 | 1001010 |
Color Harmonies of #89F1BF
Complementary color
Monochromatic Colors of #89F1BF
Black with #89F1BF
Text Example
Text Example
White with #89F1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F1BF; }
p { color: rgb(137,241,191); }
H1.HeaderClassName
{
color: #89F1BF;
}
.AnyTagClassName
{
color: #89F1BF;
}
</style>
background-color css
<style>
a { background-color: #89F1BF; }
a { background-color: rgb(137,241,191); }
div.DivClassName
{
background-color: #89F1BF;
}
.BgClassName
{
background-color: #89F1BF;
}
</style>
border-color css
<style>
span { border-color: #89F1BF; }
span { border-color: rgb(137,241,191); }
td.TdClassName
{
border-color: #89F1BF;
}
.TagClassName
{
border-color: #89F1BF;
}
</style>