Shades of Sea Nymph #8DB5B0
Tints of Sea Nymph #8DB5B0
RGB
CMYK
RGB Variations
Color information
#8DB5B0 (or 0x8DB5B0) is known color: Sea Nymph. HEX triplet: 8D, B5 and B0. RGB value is (141,181,176). Sum of RGB (Red+Green+Blue) = 141+181+176=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB5B0 is #724A4F. Grayscale: #A8A8A8. Windows color (decimal): -7490128 or 11580813. OLE color: 11580813.
HSL color Cylindrical-coordinate representation of color #8DB5B0: hue angle of 172.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8DB5B0 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 181 | 176 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.29 |
| HSL | 172.5º | 0.21% | 0.63% | - |
| HSV(B) | 172.5º | 0.22% | 0.71% | - |
| XYZ | 35.34 | 41.85 | 47.29 | - |
| YUV | 168.47 | 132.25 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 176 | 0.22 | 0 | 0.03 | 0.29 | 172.5 | 0.21 | 0.63 |
| Hex | 8D | B5 | B0 | 16 | 0 | 3 | 1D | AC | 15 | 3F |
| Octal | 215 | 265 | 260 | 26 | 0 | 3 | 35 | 254 | 25 | 77 |
| Binary | 10001101 | 10110101 | 10110000 | 10110 | 0 | 11 | 11101 | 10101100 | 10101 | 111111 |
Color Harmonies of #8DB5B0
Complementary color
Monochromatic Colors of #8DB5B0
Black with #8DB5B0
Text Example
Text Example
White with #8DB5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB5B0; }
p { color: rgb(141,181,176); }
H1.HeaderClassName
{
color: #8DB5B0;
}
.AnyTagClassName
{
color: #8DB5B0;
}
</style>
background-color css
<style>
a { background-color: #8DB5B0; }
a { background-color: rgb(141,181,176); }
div.DivClassName
{
background-color: #8DB5B0;
}
.BgClassName
{
background-color: #8DB5B0;
}
</style>
border-color css
<style>
span { border-color: #8DB5B0; }
span { border-color: rgb(141,181,176); }
td.TdClassName
{
border-color: #8DB5B0;
}
.TagClassName
{
border-color: #8DB5B0;
}
</style>