Shades of Sea Nymph #8DB0A2
Tints of Sea Nymph #8DB0A2
RGB
CMYK
RGB Variations
Color information
#8DB0A2 (or 0x8DB0A2) is known color: Sea Nymph. HEX triplet: 8D, B0 and A2. RGB value is (141,176,162). Sum of RGB (Red+Green+Blue) = 141+176+162=479 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.44% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB0A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DB0A2 is #724F5D. Grayscale: #A3A3A3. Windows color (decimal): -7491422 or 10662029. OLE color: 10662029.
HSL color Cylindrical-coordinate representation of color #8DB0A2: hue angle of 156º 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 #8DB0A2 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 176 | 162 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.31 |
| HSL | 156º | 0.18% | 0.62% | - |
| HSV(B) | 156º | 0.2% | 0.69% | - |
| XYZ | 33.03 | 39.32 | 40.03 | - |
| YUV | 163.94 | 126.9 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 162 | 0.20 | 0 | 0.08 | 0.31 | 156 | 0.18 | 0.62 |
| Hex | 8D | B0 | A2 | 14 | 0 | 8 | 1F | 9C | 12 | 3E |
| Octal | 215 | 260 | 242 | 24 | 0 | 10 | 37 | 234 | 22 | 76 |
| Binary | 10001101 | 10110000 | 10100010 | 10100 | 0 | 1000 | 11111 | 10011100 | 10010 | 111110 |
Color Harmonies of #8DB0A2
Complementary color
Monochromatic Colors of #8DB0A2
Black with #8DB0A2
Text Example
Text Example
White with #8DB0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB0A2; }
p { color: rgb(141,176,162); }
H1.HeaderClassName
{
color: #8DB0A2;
}
.AnyTagClassName
{
color: #8DB0A2;
}
</style>
background-color css
<style>
a { background-color: #8DB0A2; }
a { background-color: rgb(141,176,162); }
div.DivClassName
{
background-color: #8DB0A2;
}
.BgClassName
{
background-color: #8DB0A2;
}
</style>
border-color css
<style>
span { border-color: #8DB0A2; }
span { border-color: rgb(141,176,162); }
td.TdClassName
{
border-color: #8DB0A2;
}
.TagClassName
{
border-color: #8DB0A2;
}
</style>