Shades of Aquamarine #89FCCB
Tints of Aquamarine #89FCCB
RGB
CMYK
RGB Variations
Color information
#89FCCB (or 0x89FCCB) is known color: Aquamarine. HEX triplet: 89, FC and CB. RGB value is (137,252,203). Sum of RGB (Red+Green+Blue) = 137+252+203=592 (78% of max value = 765). Red value is 137 (53.91% from 255 or 23.14% from 592); Green value is 252 (98.83% from 255 or 42.57% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 252 - color contains mainly: green. Hex color #89FCCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FCCB is #760334. Grayscale: #D4D4D4. Windows color (decimal): -7734069 or 13368457. OLE color: 13368457.
HSL color Cylindrical-coordinate representation of color #89FCCB: hue angle of 154.43º 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 #89FCCB is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 252 | 203 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.01 |
| HSL | 154.43º | 0.95% | 0.76% | - |
| HSV(B) | 154.43º | 0.46% | 0.99% | - |
| XYZ | 55.91 | 79.25 | 68.85 | - |
| YUV | 212.03 | 122.9 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 252 | 203 | 0.46 | 0 | 0.19 | 0.01 | 154.43 | 0.95 | 0.76 |
| Hex | 89 | FC | CB | 2E | 0 | 13 | 1 | 9A | 5F | 4C |
| Octal | 211 | 374 | 313 | 56 | 0 | 23 | 1 | 232 | 137 | 114 |
| Binary | 10001001 | 11111100 | 11001011 | 101110 | 0 | 10011 | 1 | 10011010 | 1011111 | 1001100 |
Color Harmonies of #89FCCB
Complementary color
Monochromatic Colors of #89FCCB
Black with #89FCCB
Text Example
Text Example
White with #89FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FCCB; }
p { color: rgb(137,252,203); }
H1.HeaderClassName
{
color: #89FCCB;
}
.AnyTagClassName
{
color: #89FCCB;
}
</style>
background-color css
<style>
a { background-color: #89FCCB; }
a { background-color: rgb(137,252,203); }
div.DivClassName
{
background-color: #89FCCB;
}
.BgClassName
{
background-color: #89FCCB;
}
</style>
border-color css
<style>
span { border-color: #89FCCB; }
span { border-color: rgb(137,252,203); }
td.TdClassName
{
border-color: #89FCCB;
}
.TagClassName
{
border-color: #89FCCB;
}
</style>