Shades of Sea Nymph #8DB0AD
Tints of Sea Nymph #8DB0AD
RGB
CMYK
RGB Variations
Color information
#8DB0AD (or 0x8DB0AD) is known color: Sea Nymph. HEX triplet: 8D, B0 and AD. RGB value is (141,176,173). Sum of RGB (Red+Green+Blue) = 141+176+173=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DB0AD is #724F52. Grayscale: #A5A5A5. Windows color (decimal): -7491411 or 11382925. OLE color: 11382925.
HSL color Cylindrical-coordinate representation of color #8DB0AD: hue angle of 174.86º 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 #8DB0AD is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 176 | 173 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.31 |
| HSL | 174.86º | 0.18% | 0.62% | - |
| HSV(B) | 174.86º | 0.2% | 0.69% | - |
| XYZ | 34.05 | 39.73 | 45.41 | - |
| YUV | 165.19 | 132.4 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 173 | 0.20 | 0 | 0.02 | 0.31 | 174.86 | 0.18 | 0.62 |
| Hex | 8D | B0 | AD | 14 | 0 | 2 | 1F | AF | 12 | 3E |
| Octal | 215 | 260 | 255 | 24 | 0 | 2 | 37 | 257 | 22 | 76 |
| Binary | 10001101 | 10110000 | 10101101 | 10100 | 0 | 10 | 11111 | 10101111 | 10010 | 111110 |
Color Harmonies of #8DB0AD
Complementary color
Monochromatic Colors of #8DB0AD
Black with #8DB0AD
Text Example
Text Example
White with #8DB0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB0AD; }
p { color: rgb(141,176,173); }
H1.HeaderClassName
{
color: #8DB0AD;
}
.AnyTagClassName
{
color: #8DB0AD;
}
</style>
background-color css
<style>
a { background-color: #8DB0AD; }
a { background-color: rgb(141,176,173); }
div.DivClassName
{
background-color: #8DB0AD;
}
.BgClassName
{
background-color: #8DB0AD;
}
</style>
border-color css
<style>
span { border-color: #8DB0AD; }
span { border-color: rgb(141,176,173); }
td.TdClassName
{
border-color: #8DB0AD;
}
.TagClassName
{
border-color: #8DB0AD;
}
</style>