Shades of Sea Nymph #89B3A2
Tints of Sea Nymph #89B3A2
RGB
CMYK
RGB Variations
Color information
#89B3A2 (or 0x89B3A2) is known color: Sea Nymph. HEX triplet: 89, B3 and A2. RGB value is (137,179,162). Sum of RGB (Red+Green+Blue) = 137+179+162=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 179 - color contains mainly: green. Hex color #89B3A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89B3A2 is #764C5D. Grayscale: #A4A4A4. Windows color (decimal): -7752798 or 10662793. OLE color: 10662793.
HSL color Cylindrical-coordinate representation of color #89B3A2: hue angle of 155.71º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89B3A2 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 179 | 162 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.30 |
| HSL | 155.71º | 0.22% | 0.62% | - |
| HSV(B) | 155.71º | 0.23% | 0.7% | - |
| XYZ | 32.96 | 40.17 | 40.2 | - |
| YUV | 164.5 | 126.59 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 179 | 162 | 0.23 | 0 | 0.09 | 0.30 | 155.71 | 0.22 | 0.62 |
| Hex | 89 | B3 | A2 | 17 | 0 | 9 | 1E | 9C | 16 | 3E |
| Octal | 211 | 263 | 242 | 27 | 0 | 11 | 36 | 234 | 26 | 76 |
| Binary | 10001001 | 10110011 | 10100010 | 10111 | 0 | 1001 | 11110 | 10011100 | 10110 | 111110 |
Color Harmonies of #89B3A2
Complementary color
Monochromatic Colors of #89B3A2
Black with #89B3A2
Text Example
Text Example
White with #89B3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B3A2; }
p { color: rgb(137,179,162); }
H1.HeaderClassName
{
color: #89B3A2;
}
.AnyTagClassName
{
color: #89B3A2;
}
</style>
background-color css
<style>
a { background-color: #89B3A2; }
a { background-color: rgb(137,179,162); }
div.DivClassName
{
background-color: #89B3A2;
}
.BgClassName
{
background-color: #89B3A2;
}
</style>
border-color css
<style>
span { border-color: #89B3A2; }
span { border-color: rgb(137,179,162); }
td.TdClassName
{
border-color: #89B3A2;
}
.TagClassName
{
border-color: #89B3A2;
}
</style>