Shades of Sea Nymph #8DB4AD
Tints of Sea Nymph #8DB4AD
RGB
CMYK
RGB Variations
Color information
#8DB4AD (or 0x8DB4AD) is known color: Sea Nymph. HEX triplet: 8D, B4 and AD. RGB value is (141,180,173). Sum of RGB (Red+Green+Blue) = 141+180+173=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB4AD is #724B52. Grayscale: #A7A7A7. Windows color (decimal): -7490387 or 11383949. OLE color: 11383949.
HSL color Cylindrical-coordinate representation of color #8DB4AD: hue angle of 169.23º 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 #8DB4AD is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
RGB | 141 | 180 | 173 | - |
CMYK | 0.22 | 0 | 0.04 | 0.29 |
HSL | 169.23º | 0.21% | 0.63% | - |
HSV(B) | 169.23º | 0.22% | 0.71% | - |
XYZ | 34.85 | 41.32 | 45.67 | - |
YUV | 167.54 | 131.08 | 109.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 180 | 173 | 0.22 | 0 | 0.04 | 0.29 | 169.23 | 0.21 | 0.63 |
Hex | 8D | B4 | AD | 16 | 0 | 4 | 1D | A9 | 15 | 3F |
Octal | 215 | 264 | 255 | 26 | 0 | 4 | 35 | 251 | 25 | 77 |
Binary | 10001101 | 10110100 | 10101101 | 10110 | 0 | 100 | 11101 | 10101001 | 10101 | 111111 |
Color Harmonies of #8DB4AD
Complementary color
Monochromatic Colors of #8DB4AD
Black with #8DB4AD
Text Example
Text Example
White with #8DB4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB4AD; }
p { color: rgb(141,180,173); }
H1.HeaderClassName
{
color: #8DB4AD;
}
.AnyTagClassName
{
color: #8DB4AD;
}
</style>
background-color css
<style>
a { background-color: #8DB4AD; }
a { background-color: rgb(141,180,173); }
div.DivClassName
{
background-color: #8DB4AD;
}
.BgClassName
{
background-color: #8DB4AD;
}
</style>
border-color css
<style>
span { border-color: #8DB4AD; }
span { border-color: rgb(141,180,173); }
td.TdClassName
{
border-color: #8DB4AD;
}
.TagClassName
{
border-color: #8DB4AD;
}
</style>