Shades of Aquamarine #89EFC2
Tints of Aquamarine #89EFC2
RGB
CMYK
RGB Variations
Color information
#89EFC2 (or 0x89EFC2) is known color: Aquamarine. HEX triplet: 89, EF and C2. RGB value is (137,239,194). Sum of RGB (Red+Green+Blue) = 137+239+194=570 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.04% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #89EFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EFC2 is #76103D. Grayscale: #CBCBCB. Windows color (decimal): -7737406 or 12775305. OLE color: 12775305.
HSL color Cylindrical-coordinate representation of color #89EFC2: hue angle of 153.53º degrees, saturation: 0.76, 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 #89EFC2 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 239 | 194 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.06 |
| HSL | 153.53º | 0.76% | 0.74% | - |
| HSV(B) | 153.53º | 0.43% | 0.94% | - |
| XYZ | 50.92 | 70.95 | 62.05 | - |
| YUV | 203.37 | 122.71 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 239 | 194 | 0.43 | 0 | 0.19 | 0.06 | 153.53 | 0.76 | 0.74 |
| Hex | 89 | EF | C2 | 2B | 0 | 13 | 6 | 9A | 4C | 4A |
| Octal | 211 | 357 | 302 | 53 | 0 | 23 | 6 | 232 | 114 | 112 |
| Binary | 10001001 | 11101111 | 11000010 | 101011 | 0 | 10011 | 110 | 10011010 | 1001100 | 1001010 |
Color Harmonies of #89EFC2
Complementary color
Monochromatic Colors of #89EFC2
Black with #89EFC2
Text Example
Text Example
White with #89EFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EFC2; }
p { color: rgb(137,239,194); }
H1.HeaderClassName
{
color: #89EFC2;
}
.AnyTagClassName
{
color: #89EFC2;
}
</style>
background-color css
<style>
a { background-color: #89EFC2; }
a { background-color: rgb(137,239,194); }
div.DivClassName
{
background-color: #89EFC2;
}
.BgClassName
{
background-color: #89EFC2;
}
</style>
border-color css
<style>
span { border-color: #89EFC2; }
span { border-color: rgb(137,239,194); }
td.TdClassName
{
border-color: #89EFC2;
}
.TagClassName
{
border-color: #89EFC2;
}
</style>