Shades of Sea Nymph #8AB0AB
Tints of Sea Nymph #8AB0AB
RGB
CMYK
RGB Variations
Color information
#8AB0AB (or 0x8AB0AB) is known color: Sea Nymph. HEX triplet: 8A, B0 and AB. RGB value is (138,176,171). Sum of RGB (Red+Green+Blue) = 138+176+171=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AB0AB is #754F54. Grayscale: #A4A4A4. Windows color (decimal): -7688021 or 11251850. OLE color: 11251850.
HSL color Cylindrical-coordinate representation of color #8AB0AB: hue angle of 172.11º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AB0AB is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 176 | 171 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.31 |
| HSL | 172.11º | 0.19% | 0.62% | - |
| HSV(B) | 172.11º | 0.22% | 0.69% | - |
| XYZ | 33.36 | 39.39 | 44.37 | - |
| YUV | 164.07 | 131.91 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 176 | 171 | 0.22 | 0 | 0.03 | 0.31 | 172.11 | 0.19 | 0.62 |
| Hex | 8A | B0 | AB | 16 | 0 | 3 | 1F | AC | 13 | 3E |
| Octal | 212 | 260 | 253 | 26 | 0 | 3 | 37 | 254 | 23 | 76 |
| Binary | 10001010 | 10110000 | 10101011 | 10110 | 0 | 11 | 11111 | 10101100 | 10011 | 111110 |
Color Harmonies of #8AB0AB
Complementary color
Monochromatic Colors of #8AB0AB
Black with #8AB0AB
Text Example
Text Example
White with #8AB0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB0AB; }
p { color: rgb(138,176,171); }
H1.HeaderClassName
{
color: #8AB0AB;
}
.AnyTagClassName
{
color: #8AB0AB;
}
</style>
background-color css
<style>
a { background-color: #8AB0AB; }
a { background-color: rgb(138,176,171); }
div.DivClassName
{
background-color: #8AB0AB;
}
.BgClassName
{
background-color: #8AB0AB;
}
</style>
border-color css
<style>
span { border-color: #8AB0AB; }
span { border-color: rgb(138,176,171); }
td.TdClassName
{
border-color: #8AB0AB;
}
.TagClassName
{
border-color: #8AB0AB;
}
</style>