Shades of Sea Nymph #8DB2AC
Tints of Sea Nymph #8DB2AC
RGB
CMYK
RGB Variations
Color information
#8DB2AC (or 0x8DB2AC) is known color: Sea Nymph. HEX triplet: 8D, B2 and AC. RGB value is (141,178,172). Sum of RGB (Red+Green+Blue) = 141+178+172=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB2AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DB2AC is #724D53. Grayscale: #A6A6A6. Windows color (decimal): -7490900 or 11317901. OLE color: 11317901.
HSL color Cylindrical-coordinate representation of color #8DB2AC: hue angle of 170.27º degrees, saturation: 0.19, 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 #8DB2AC is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
RGB | 141 | 178 | 172 | - |
CMYK | 0.21 | 0 | 0.03 | 0.30 |
HSL | 170.27º | 0.19% | 0.63% | - |
HSV(B) | 170.27º | 0.21% | 0.7% | - |
XYZ | 34.35 | 40.48 | 45.03 | - |
YUV | 166.25 | 131.24 | 109.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 178 | 172 | 0.21 | 0 | 0.03 | 0.30 | 170.27 | 0.19 | 0.63 |
Hex | 8D | B2 | AC | 15 | 0 | 3 | 1E | AA | 13 | 3F |
Octal | 215 | 262 | 254 | 25 | 0 | 3 | 36 | 252 | 23 | 77 |
Binary | 10001101 | 10110010 | 10101100 | 10101 | 0 | 11 | 11110 | 10101010 | 10011 | 111111 |
Color Harmonies of #8DB2AC
Complementary color
Monochromatic Colors of #8DB2AC
Black with #8DB2AC
Text Example
Text Example
White with #8DB2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB2AC; }
p { color: rgb(141,178,172); }
H1.HeaderClassName
{
color: #8DB2AC;
}
.AnyTagClassName
{
color: #8DB2AC;
}
</style>
background-color css
<style>
a { background-color: #8DB2AC; }
a { background-color: rgb(141,178,172); }
div.DivClassName
{
background-color: #8DB2AC;
}
.BgClassName
{
background-color: #8DB2AC;
}
</style>
border-color css
<style>
span { border-color: #8DB2AC; }
span { border-color: rgb(141,178,172); }
td.TdClassName
{
border-color: #8DB2AC;
}
.TagClassName
{
border-color: #8DB2AC;
}
</style>