Shades of Aquamarine #89FCD3
Tints of Aquamarine #89FCD3
RGB
CMYK
RGB Variations
Color information
#89FCD3 (or 0x89FCD3) is known color: Aquamarine. HEX triplet: 89, FC and D3. RGB value is (137,252,211). Sum of RGB (Red+Green+Blue) = 137+252+211=600 (79% of max value = 765). Red value is 137 (53.91% from 255 or 22.83% from 600); Green value is 252 (98.83% from 255 or 42% from 600); Blue value is 211 (82.81% from 255 or 35.17% from 600); Max value from RGB is 252 - color contains mainly: green. Hex color #89FCD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FCD3 is #76032C. Grayscale: #D4D4D4. Windows color (decimal): -7734061 or 13892745. OLE color: 13892745.
HSL color Cylindrical-coordinate representation of color #89FCD3: hue angle of 158.61º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89FCD3 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 252 | 211 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.01 |
| HSL | 158.61º | 0.95% | 0.76% | - |
| HSV(B) | 158.61º | 0.46% | 0.99% | - |
| XYZ | 56.88 | 79.64 | 74 | - |
| YUV | 212.94 | 126.9 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 252 | 211 | 0.46 | 0 | 0.16 | 0.01 | 158.61 | 0.95 | 0.76 |
| Hex | 89 | FC | D3 | 2E | 0 | 10 | 1 | 9F | 5F | 4C |
| Octal | 211 | 374 | 323 | 56 | 0 | 20 | 1 | 237 | 137 | 114 |
| Binary | 10001001 | 11111100 | 11010011 | 101110 | 0 | 10000 | 1 | 10011111 | 1011111 | 1001100 |
Color Harmonies of #89FCD3
Complementary color
Monochromatic Colors of #89FCD3
Black with #89FCD3
Text Example
Text Example
White with #89FCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FCD3; }
p { color: rgb(137,252,211); }
H1.HeaderClassName
{
color: #89FCD3;
}
.AnyTagClassName
{
color: #89FCD3;
}
</style>
background-color css
<style>
a { background-color: #89FCD3; }
a { background-color: rgb(137,252,211); }
div.DivClassName
{
background-color: #89FCD3;
}
.BgClassName
{
background-color: #89FCD3;
}
</style>
border-color css
<style>
span { border-color: #89FCD3; }
span { border-color: rgb(137,252,211); }
td.TdClassName
{
border-color: #89FCD3;
}
.TagClassName
{
border-color: #89FCD3;
}
</style>