Shades of Sea Nymph #8AC0AB
Tints of Sea Nymph #8AC0AB
RGB
CMYK
RGB Variations
Color information
#8AC0AB (or 0x8AC0AB) is known color: Sea Nymph. HEX triplet: 8A, C0 and AB. RGB value is (138,192,171). Sum of RGB (Red+Green+Blue) = 138+192+171=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC0AB is #753F54. Grayscale: #ADADAD. Windows color (decimal): -7683925 or 11255946. OLE color: 11255946.
HSL color Cylindrical-coordinate representation of color #8AC0AB: hue angle of 156.67º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AC0AB is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 171 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.25 |
| HSL | 156.67º | 0.3% | 0.65% | - |
| HSV(B) | 156.67º | 0.28% | 0.75% | - |
| XYZ | 36.68 | 46.04 | 45.48 | - |
| YUV | 173.46 | 126.61 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 171 | 0.28 | 0 | 0.11 | 0.25 | 156.67 | 0.3 | 0.65 |
| Hex | 8A | C0 | AB | 1C | 0 | B | 19 | 9D | 1E | 41 |
| Octal | 212 | 300 | 253 | 34 | 0 | 13 | 31 | 235 | 36 | 101 |
| Binary | 10001010 | 11000000 | 10101011 | 11100 | 0 | 1011 | 11001 | 10011101 | 11110 | 1000001 |
Color Harmonies of #8AC0AB
Complementary color
Monochromatic Colors of #8AC0AB
Black with #8AC0AB
Text Example
Text Example
White with #8AC0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC0AB; }
p { color: rgb(138,192,171); }
H1.HeaderClassName
{
color: #8AC0AB;
}
.AnyTagClassName
{
color: #8AC0AB;
}
</style>
background-color css
<style>
a { background-color: #8AC0AB; }
a { background-color: rgb(138,192,171); }
div.DivClassName
{
background-color: #8AC0AB;
}
.BgClassName
{
background-color: #8AC0AB;
}
</style>
border-color css
<style>
span { border-color: #8AC0AB; }
span { border-color: rgb(138,192,171); }
td.TdClassName
{
border-color: #8AC0AB;
}
.TagClassName
{
border-color: #8AC0AB;
}
</style>