Shades of Sea Nymph #8AB5AB
Tints of Sea Nymph #8AB5AB
RGB
CMYK
RGB Variations
Color information
#8AB5AB (or 0x8AB5AB) is known color: Sea Nymph. HEX triplet: 8A, B5 and AB. RGB value is (138,181,171). Sum of RGB (Red+Green+Blue) = 138+181+171=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB5AB is #754A54. Grayscale: #A7A7A7. Windows color (decimal): -7686741 or 11253130. OLE color: 11253130.
HSL color Cylindrical-coordinate representation of color #8AB5AB: hue angle of 166.05º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8AB5AB is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 181 | 171 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.29 |
| HSL | 166.05º | 0.23% | 0.63% | - |
| HSV(B) | 166.05º | 0.24% | 0.71% | - |
| XYZ | 34.36 | 41.39 | 44.71 | - |
| YUV | 167 | 130.25 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 181 | 171 | 0.24 | 0 | 0.06 | 0.29 | 166.05 | 0.23 | 0.63 |
| Hex | 8A | B5 | AB | 18 | 0 | 6 | 1D | A6 | 17 | 3F |
| Octal | 212 | 265 | 253 | 30 | 0 | 6 | 35 | 246 | 27 | 77 |
| Binary | 10001010 | 10110101 | 10101011 | 11000 | 0 | 110 | 11101 | 10100110 | 10111 | 111111 |
Color Harmonies of #8AB5AB
Complementary color
Monochromatic Colors of #8AB5AB
Black with #8AB5AB
Text Example
Text Example
White with #8AB5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB5AB; }
p { color: rgb(138,181,171); }
H1.HeaderClassName
{
color: #8AB5AB;
}
.AnyTagClassName
{
color: #8AB5AB;
}
</style>
background-color css
<style>
a { background-color: #8AB5AB; }
a { background-color: rgb(138,181,171); }
div.DivClassName
{
background-color: #8AB5AB;
}
.BgClassName
{
background-color: #8AB5AB;
}
</style>
border-color css
<style>
span { border-color: #8AB5AB; }
span { border-color: rgb(138,181,171); }
td.TdClassName
{
border-color: #8AB5AB;
}
.TagClassName
{
border-color: #8AB5AB;
}
</style>