Shades of Aquamarine #89F4C2
Tints of Aquamarine #89F4C2
RGB
CMYK
RGB Variations
Color information
#89F4C2 (or 0x89F4C2) is known color: Aquamarine. HEX triplet: 89, F4 and C2. RGB value is (137,244,194). Sum of RGB (Red+Green+Blue) = 137+244+194=575 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.83% from 575); Green value is 244 (95.70% from 255 or 42.43% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 244 - color contains mainly: green. Hex color #89F4C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F4C2 is #760B3D. Grayscale: #CECECE. Windows color (decimal): -7736126 or 12776585. OLE color: 12776585.
HSL color Cylindrical-coordinate representation of color #89F4C2: hue angle of 151.96º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #89F4C2 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 137 | 244 | 194 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.04 |
| HSL | 151.96º | 0.83% | 0.75% | - |
| HSV(B) | 151.96º | 0.44% | 0.96% | - |
| XYZ | 52.4 | 73.91 | 62.54 | - |
| YUV | 206.31 | 121.05 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 244 | 194 | 0.44 | 0 | 0.20 | 0.04 | 151.96 | 0.83 | 0.75 |
| Hex | 89 | F4 | C2 | 2C | 0 | 14 | 4 | 98 | 53 | 4B |
| Octal | 211 | 364 | 302 | 54 | 0 | 24 | 4 | 230 | 123 | 113 |
| Binary | 10001001 | 11110100 | 11000010 | 101100 | 0 | 10100 | 100 | 10011000 | 1010011 | 1001011 |
Color Harmonies of #89F4C2
Complementary color
Monochromatic Colors of #89F4C2
Black with #89F4C2
Text Example
Text Example
White with #89F4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F4C2; }
p { color: rgb(137,244,194); }
H1.HeaderClassName
{
color: #89F4C2;
}
.AnyTagClassName
{
color: #89F4C2;
}
</style>
background-color css
<style>
a { background-color: #89F4C2; }
a { background-color: rgb(137,244,194); }
div.DivClassName
{
background-color: #89F4C2;
}
.BgClassName
{
background-color: #89F4C2;
}
</style>
border-color css
<style>
span { border-color: #89F4C2; }
span { border-color: rgb(137,244,194); }
td.TdClassName
{
border-color: #89F4C2;
}
.TagClassName
{
border-color: #89F4C2;
}
</style>