Shades of Sea Nymph #8DB0A7
Tints of Sea Nymph #8DB0A7
RGB
CMYK
RGB Variations
Color information
#8DB0A7 (or 0x8DB0A7) is known color: Sea Nymph. HEX triplet: 8D, B0 and A7. RGB value is (141,176,167). Sum of RGB (Red+Green+Blue) = 141+176+167=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 167 (65.62% from 255 or 34.50% from 484); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB0A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DB0A7 is #724F58. Grayscale: #A4A4A4. Windows color (decimal): -7491417 or 10989709. OLE color: 10989709.
HSL color Cylindrical-coordinate representation of color #8DB0A7: hue angle of 164.57º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8DB0A7 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 176 | 167 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.31 |
| HSL | 164.57º | 0.18% | 0.62% | - |
| HSV(B) | 164.57º | 0.2% | 0.69% | - |
| XYZ | 33.48 | 39.5 | 42.42 | - |
| YUV | 164.51 | 129.4 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 167 | 0.20 | 0 | 0.05 | 0.31 | 164.57 | 0.18 | 0.62 |
| Hex | 8D | B0 | A7 | 14 | 0 | 5 | 1F | A5 | 12 | 3E |
| Octal | 215 | 260 | 247 | 24 | 0 | 5 | 37 | 245 | 22 | 76 |
| Binary | 10001101 | 10110000 | 10100111 | 10100 | 0 | 101 | 11111 | 10100101 | 10010 | 111110 |
Color Harmonies of #8DB0A7
Complementary color
Monochromatic Colors of #8DB0A7
Black with #8DB0A7
Text Example
Text Example
White with #8DB0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB0A7; }
p { color: rgb(141,176,167); }
H1.HeaderClassName
{
color: #8DB0A7;
}
.AnyTagClassName
{
color: #8DB0A7;
}
</style>
background-color css
<style>
a { background-color: #8DB0A7; }
a { background-color: rgb(141,176,167); }
div.DivClassName
{
background-color: #8DB0A7;
}
.BgClassName
{
background-color: #8DB0A7;
}
</style>
border-color css
<style>
span { border-color: #8DB0A7; }
span { border-color: rgb(141,176,167); }
td.TdClassName
{
border-color: #8DB0A7;
}
.TagClassName
{
border-color: #8DB0A7;
}
</style>