Shades of Sea Nymph #8ABDAB
Tints of Sea Nymph #8ABDAB
RGB
CMYK
RGB Variations
Color information
#8ABDAB (or 0x8ABDAB) is known color: Sea Nymph. HEX triplet: 8A, BD and AB. RGB value is (138,189,171). Sum of RGB (Red+Green+Blue) = 138+189+171=498 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.71% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABDAB is #754254. Grayscale: #ABABAB. Windows color (decimal): -7684693 or 11255178. OLE color: 11255178.
HSL color Cylindrical-coordinate representation of color #8ABDAB: hue angle of 158.82º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8ABDAB is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 189 | 171 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.26 |
| HSL | 158.82º | 0.28% | 0.64% | - |
| HSV(B) | 158.82º | 0.27% | 0.74% | - |
| XYZ | 36.03 | 44.74 | 45.26 | - |
| YUV | 171.7 | 127.6 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 171 | 0.27 | 0 | 0.10 | 0.26 | 158.82 | 0.28 | 0.64 |
| Hex | 8A | BD | AB | 1B | 0 | A | 1A | 9F | 1C | 40 |
| Octal | 212 | 275 | 253 | 33 | 0 | 12 | 32 | 237 | 34 | 100 |
| Binary | 10001010 | 10111101 | 10101011 | 11011 | 0 | 1010 | 11010 | 10011111 | 11100 | 1000000 |
Color Harmonies of #8ABDAB
Complementary color
Monochromatic Colors of #8ABDAB
Black with #8ABDAB
Text Example
Text Example
White with #8ABDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABDAB; }
p { color: rgb(138,189,171); }
H1.HeaderClassName
{
color: #8ABDAB;
}
.AnyTagClassName
{
color: #8ABDAB;
}
</style>
background-color css
<style>
a { background-color: #8ABDAB; }
a { background-color: rgb(138,189,171); }
div.DivClassName
{
background-color: #8ABDAB;
}
.BgClassName
{
background-color: #8ABDAB;
}
</style>
border-color css
<style>
span { border-color: #8ABDAB; }
span { border-color: rgb(138,189,171); }
td.TdClassName
{
border-color: #8ABDAB;
}
.TagClassName
{
border-color: #8ABDAB;
}
</style>