Shades of Sea Nymph #8DB3AC
Tints of Sea Nymph #8DB3AC
RGB
CMYK
RGB Variations
Color information
#8DB3AC (or 0x8DB3AC) is known color: Sea Nymph. HEX triplet: 8D, B3 and AC. RGB value is (141,179,172). Sum of RGB (Red+Green+Blue) = 141+179+172=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB3AC is #724C53. Grayscale: #A6A6A6. Windows color (decimal): -7490644 or 11318157. OLE color: 11318157.
HSL color Cylindrical-coordinate representation of color #8DB3AC: hue angle of 168.95º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8DB3AC is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 179 | 172 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.30 |
| HSL | 168.95º | 0.2% | 0.63% | - |
| HSV(B) | 168.95º | 0.21% | 0.7% | - |
| XYZ | 34.55 | 40.88 | 45.1 | - |
| YUV | 166.84 | 130.91 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 172 | 0.21 | 0 | 0.04 | 0.30 | 168.95 | 0.2 | 0.63 |
| Hex | 8D | B3 | AC | 15 | 0 | 4 | 1E | A9 | 14 | 3F |
| Octal | 215 | 263 | 254 | 25 | 0 | 4 | 36 | 251 | 24 | 77 |
| Binary | 10001101 | 10110011 | 10101100 | 10101 | 0 | 100 | 11110 | 10101001 | 10100 | 111111 |
Color Harmonies of #8DB3AC
Complementary color
Monochromatic Colors of #8DB3AC
Black with #8DB3AC
Text Example
Text Example
White with #8DB3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB3AC; }
p { color: rgb(141,179,172); }
H1.HeaderClassName
{
color: #8DB3AC;
}
.AnyTagClassName
{
color: #8DB3AC;
}
</style>
background-color css
<style>
a { background-color: #8DB3AC; }
a { background-color: rgb(141,179,172); }
div.DivClassName
{
background-color: #8DB3AC;
}
.BgClassName
{
background-color: #8DB3AC;
}
</style>
border-color css
<style>
span { border-color: #8DB3AC; }
span { border-color: rgb(141,179,172); }
td.TdClassName
{
border-color: #8DB3AC;
}
.TagClassName
{
border-color: #8DB3AC;
}
</style>