Shades of Sea Nymph #89B5A2
Tints of Sea Nymph #89B5A2
RGB
CMYK
RGB Variations
Color information
#89B5A2 (or 0x89B5A2) is known color: Sea Nymph. HEX triplet: 89, B5 and A2. RGB value is (137,181,162). Sum of RGB (Red+Green+Blue) = 137+181+162=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 181 - color contains mainly: green. Hex color #89B5A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89B5A2 is #764A5D. Grayscale: #A5A5A5. Windows color (decimal): -7752286 or 10663305. OLE color: 10663305.
HSL color Cylindrical-coordinate representation of color #89B5A2: hue angle of 154.09º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #89B5A2 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 181 | 162 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.29 |
| HSL | 154.09º | 0.23% | 0.62% | - |
| HSV(B) | 154.09º | 0.24% | 0.71% | - |
| XYZ | 33.36 | 40.97 | 40.33 | - |
| YUV | 165.68 | 125.92 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 181 | 162 | 0.24 | 0 | 0.10 | 0.29 | 154.09 | 0.23 | 0.62 |
| Hex | 89 | B5 | A2 | 18 | 0 | A | 1D | 9A | 17 | 3E |
| Octal | 211 | 265 | 242 | 30 | 0 | 12 | 35 | 232 | 27 | 76 |
| Binary | 10001001 | 10110101 | 10100010 | 11000 | 0 | 1010 | 11101 | 10011010 | 10111 | 111110 |
Color Harmonies of #89B5A2
Complementary color
Monochromatic Colors of #89B5A2
Black with #89B5A2
Text Example
Text Example
White with #89B5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B5A2; }
p { color: rgb(137,181,162); }
H1.HeaderClassName
{
color: #89B5A2;
}
.AnyTagClassName
{
color: #89B5A2;
}
</style>
background-color css
<style>
a { background-color: #89B5A2; }
a { background-color: rgb(137,181,162); }
div.DivClassName
{
background-color: #89B5A2;
}
.BgClassName
{
background-color: #89B5A2;
}
</style>
border-color css
<style>
span { border-color: #89B5A2; }
span { border-color: rgb(137,181,162); }
td.TdClassName
{
border-color: #89B5A2;
}
.TagClassName
{
border-color: #89B5A2;
}
</style>