Shades of Sea Nymph #89B5A3
Tints of Sea Nymph #89B5A3
RGB
CMYK
RGB Variations
Color information
#89B5A3 (or 0x89B5A3) is known color: Sea Nymph. HEX triplet: 89, B5 and A3. RGB value is (137,181,163). Sum of RGB (Red+Green+Blue) = 137+181+163=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 181 - color contains mainly: green. Hex color #89B5A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89B5A3 is #764A5C. Grayscale: #A5A5A5. Windows color (decimal): -7752285 or 10728841. OLE color: 10728841.
HSL color Cylindrical-coordinate representation of color #89B5A3: hue angle of 155.45º 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 #89B5A3 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 181 | 163 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.29 |
| HSL | 155.45º | 0.23% | 0.62% | - |
| HSV(B) | 155.45º | 0.24% | 0.71% | - |
| XYZ | 33.45 | 41.01 | 40.8 | - |
| YUV | 165.79 | 126.42 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 181 | 163 | 0.24 | 0 | 0.10 | 0.29 | 155.45 | 0.23 | 0.62 |
| Hex | 89 | B5 | A3 | 18 | 0 | A | 1D | 9B | 17 | 3E |
| Octal | 211 | 265 | 243 | 30 | 0 | 12 | 35 | 233 | 27 | 76 |
| Binary | 10001001 | 10110101 | 10100011 | 11000 | 0 | 1010 | 11101 | 10011011 | 10111 | 111110 |
Color Harmonies of #89B5A3
Complementary color
Monochromatic Colors of #89B5A3
Black with #89B5A3
Text Example
Text Example
White with #89B5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B5A3; }
p { color: rgb(137,181,163); }
H1.HeaderClassName
{
color: #89B5A3;
}
.AnyTagClassName
{
color: #89B5A3;
}
</style>
background-color css
<style>
a { background-color: #89B5A3; }
a { background-color: rgb(137,181,163); }
div.DivClassName
{
background-color: #89B5A3;
}
.BgClassName
{
background-color: #89B5A3;
}
</style>
border-color css
<style>
span { border-color: #89B5A3; }
span { border-color: rgb(137,181,163); }
td.TdClassName
{
border-color: #89B5A3;
}
.TagClassName
{
border-color: #89B5A3;
}
</style>