Shades of Sea Nymph #8AB8AF
Tints of Sea Nymph #8AB8AF
RGB
CMYK
RGB Variations
Color information
#8AB8AF (or 0x8AB8AF) is known color: Sea Nymph. HEX triplet: 8A, B8 and AF. RGB value is (138,184,175). Sum of RGB (Red+Green+Blue) = 138+184+175=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB8AF is #754750. Grayscale: #A9A9A9. Windows color (decimal): -7685969 or 11516042. OLE color: 11516042.
HSL color Cylindrical-coordinate representation of color #8AB8AF: hue angle of 168.26º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8AB8AF is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 184 | 175 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.28 |
| HSL | 168.26º | 0.24% | 0.63% | - |
| HSV(B) | 168.26º | 0.25% | 0.72% | - |
| XYZ | 35.36 | 42.78 | 46.95 | - |
| YUV | 169.22 | 131.26 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 175 | 0.25 | 0 | 0.05 | 0.28 | 168.26 | 0.24 | 0.63 |
| Hex | 8A | B8 | AF | 19 | 0 | 5 | 1C | A8 | 18 | 3F |
| Octal | 212 | 270 | 257 | 31 | 0 | 5 | 34 | 250 | 30 | 77 |
| Binary | 10001010 | 10111000 | 10101111 | 11001 | 0 | 101 | 11100 | 10101000 | 11000 | 111111 |
Color Harmonies of #8AB8AF
Complementary color
Monochromatic Colors of #8AB8AF
Black with #8AB8AF
Text Example
Text Example
White with #8AB8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB8AF; }
p { color: rgb(138,184,175); }
H1.HeaderClassName
{
color: #8AB8AF;
}
.AnyTagClassName
{
color: #8AB8AF;
}
</style>
background-color css
<style>
a { background-color: #8AB8AF; }
a { background-color: rgb(138,184,175); }
div.DivClassName
{
background-color: #8AB8AF;
}
.BgClassName
{
background-color: #8AB8AF;
}
</style>
border-color css
<style>
span { border-color: #8AB8AF; }
span { border-color: rgb(138,184,175); }
td.TdClassName
{
border-color: #8AB8AF;
}
.TagClassName
{
border-color: #8AB8AF;
}
</style>