Shades of Sea Nymph #8DB4AA
Tints of Sea Nymph #8DB4AA
RGB
CMYK
RGB Variations
Color information
#8DB4AA (or 0x8DB4AA) is known color: Sea Nymph. HEX triplet: 8D, B4 and AA. RGB value is (141,180,170). Sum of RGB (Red+Green+Blue) = 141+180+170=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB4AA is #724B55. Grayscale: #A7A7A7. Windows color (decimal): -7490390 or 11187341. OLE color: 11187341.
HSL color Cylindrical-coordinate representation of color #8DB4AA: hue angle of 164.62º 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 #8DB4AA is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 170 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.29 |
| HSL | 164.62º | 0.21% | 0.63% | - |
| HSV(B) | 164.62º | 0.22% | 0.71% | - |
| XYZ | 34.56 | 41.21 | 44.16 | - |
| YUV | 167.2 | 129.58 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 170 | 0.22 | 0 | 0.06 | 0.29 | 164.62 | 0.21 | 0.63 |
| Hex | 8D | B4 | AA | 16 | 0 | 6 | 1D | A5 | 15 | 3F |
| Octal | 215 | 264 | 252 | 26 | 0 | 6 | 35 | 245 | 25 | 77 |
| Binary | 10001101 | 10110100 | 10101010 | 10110 | 0 | 110 | 11101 | 10100101 | 10101 | 111111 |
Color Harmonies of #8DB4AA
Complementary color
Monochromatic Colors of #8DB4AA
Black with #8DB4AA
Text Example
Text Example
White with #8DB4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB4AA; }
p { color: rgb(141,180,170); }
H1.HeaderClassName
{
color: #8DB4AA;
}
.AnyTagClassName
{
color: #8DB4AA;
}
</style>
background-color css
<style>
a { background-color: #8DB4AA; }
a { background-color: rgb(141,180,170); }
div.DivClassName
{
background-color: #8DB4AA;
}
.BgClassName
{
background-color: #8DB4AA;
}
</style>
border-color css
<style>
span { border-color: #8DB4AA; }
span { border-color: rgb(141,180,170); }
td.TdClassName
{
border-color: #8DB4AA;
}
.TagClassName
{
border-color: #8DB4AA;
}
</style>