Shades of Sea Nymph #8DB1AD
Tints of Sea Nymph #8DB1AD
RGB
CMYK
RGB Variations
Color information
#8DB1AD (or 0x8DB1AD) is known color: Sea Nymph. HEX triplet: 8D, B1 and AD. RGB value is (141,177,173). Sum of RGB (Red+Green+Blue) = 141+177+173=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DB1AD is #724E52. Grayscale: #A5A5A5. Windows color (decimal): -7491155 or 11383181. OLE color: 11383181.
HSL color Cylindrical-coordinate representation of color #8DB1AD: hue angle of 173.33º degrees, saturation: 0.19, 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 #8DB1AD is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 177 | 173 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.31 |
| HSL | 173.33º | 0.19% | 0.62% | - |
| HSV(B) | 173.33º | 0.2% | 0.69% | - |
| XYZ | 34.25 | 40.12 | 45.47 | - |
| YUV | 165.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 177 | 173 | 0.20 | 0 | 0.02 | 0.31 | 173.33 | 0.19 | 0.62 |
| Hex | 8D | B1 | AD | 14 | 0 | 2 | 1F | AD | 13 | 3E |
| Octal | 215 | 261 | 255 | 24 | 0 | 2 | 37 | 255 | 23 | 76 |
| Binary | 10001101 | 10110001 | 10101101 | 10100 | 0 | 10 | 11111 | 10101101 | 10011 | 111110 |
Color Harmonies of #8DB1AD
Complementary color
Monochromatic Colors of #8DB1AD
Black with #8DB1AD
Text Example
Text Example
White with #8DB1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB1AD; }
p { color: rgb(141,177,173); }
H1.HeaderClassName
{
color: #8DB1AD;
}
.AnyTagClassName
{
color: #8DB1AD;
}
</style>
background-color css
<style>
a { background-color: #8DB1AD; }
a { background-color: rgb(141,177,173); }
div.DivClassName
{
background-color: #8DB1AD;
}
.BgClassName
{
background-color: #8DB1AD;
}
</style>
border-color css
<style>
span { border-color: #8DB1AD; }
span { border-color: rgb(141,177,173); }
td.TdClassName
{
border-color: #8DB1AD;
}
.TagClassName
{
border-color: #8DB1AD;
}
</style>