Shades of Aquamarine #89FBC2
Tints of Aquamarine #89FBC2
RGB
CMYK
RGB Variations
Color information
#89FBC2 (or 0x89FBC2) is known color: Aquamarine. HEX triplet: 89, FB and C2. RGB value is (137,251,194). Sum of RGB (Red+Green+Blue) = 137+251+194=582 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.54% from 582); Green value is 251 (98.44% from 255 or 43.13% from 582); Blue value is 194 (76.17% from 255 or 33.33% from 582); Max value from RGB is 251 - color contains mainly: green. Hex color #89FBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FBC2 is #76043D. Grayscale: #D2D2D2. Windows color (decimal): -7734334 or 12778377. OLE color: 12778377.
HSL color Cylindrical-coordinate representation of color #89FBC2: hue angle of 150º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89FBC2 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 251 | 194 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.02 |
| HSL | 150º | 0.93% | 0.76% | - |
| HSV(B) | 150º | 0.45% | 0.98% | - |
| XYZ | 54.55 | 78.21 | 63.26 | - |
| YUV | 210.42 | 118.73 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 251 | 194 | 0.45 | 0 | 0.23 | 0.02 | 150 | 0.93 | 0.76 |
| Hex | 89 | FB | C2 | 2D | 0 | 17 | 2 | 96 | 5D | 4C |
| Octal | 211 | 373 | 302 | 55 | 0 | 27 | 2 | 226 | 135 | 114 |
| Binary | 10001001 | 11111011 | 11000010 | 101101 | 0 | 10111 | 10 | 10010110 | 1011101 | 1001100 |
Color Harmonies of #89FBC2
Complementary color
Monochromatic Colors of #89FBC2
Black with #89FBC2
Text Example
Text Example
White with #89FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FBC2; }
p { color: rgb(137,251,194); }
H1.HeaderClassName
{
color: #89FBC2;
}
.AnyTagClassName
{
color: #89FBC2;
}
</style>
background-color css
<style>
a { background-color: #89FBC2; }
a { background-color: rgb(137,251,194); }
div.DivClassName
{
background-color: #89FBC2;
}
.BgClassName
{
background-color: #89FBC2;
}
</style>
border-color css
<style>
span { border-color: #89FBC2; }
span { border-color: rgb(137,251,194); }
td.TdClassName
{
border-color: #89FBC2;
}
.TagClassName
{
border-color: #89FBC2;
}
</style>