Shades of Sea Nymph #8AB2AD
Tints of Sea Nymph #8AB2AD
RGB
CMYK
RGB Variations
Color information
#8AB2AD (or 0x8AB2AD) is known color: Sea Nymph. HEX triplet: 8A, B2 and AD. RGB value is (138,178,173). Sum of RGB (Red+Green+Blue) = 138+178+173=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AB2AD is #754D52. Grayscale: #A5A5A5. Windows color (decimal): -7687507 or 11383434. OLE color: 11383434.
HSL color Cylindrical-coordinate representation of color #8AB2AD: hue angle of 172.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AB2AD is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 178 | 173 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.30 |
| HSL | 172.5º | 0.21% | 0.62% | - |
| HSV(B) | 172.5º | 0.22% | 0.7% | - |
| XYZ | 33.94 | 40.26 | 45.52 | - |
| YUV | 165.47 | 132.25 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 178 | 173 | 0.22 | 0 | 0.03 | 0.30 | 172.5 | 0.21 | 0.62 |
| Hex | 8A | B2 | AD | 16 | 0 | 3 | 1E | AC | 15 | 3E |
| Octal | 212 | 262 | 255 | 26 | 0 | 3 | 36 | 254 | 25 | 76 |
| Binary | 10001010 | 10110010 | 10101101 | 10110 | 0 | 11 | 11110 | 10101100 | 10101 | 111110 |
Color Harmonies of #8AB2AD
Complementary color
Monochromatic Colors of #8AB2AD
Black with #8AB2AD
Text Example
Text Example
White with #8AB2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB2AD; }
p { color: rgb(138,178,173); }
H1.HeaderClassName
{
color: #8AB2AD;
}
.AnyTagClassName
{
color: #8AB2AD;
}
</style>
background-color css
<style>
a { background-color: #8AB2AD; }
a { background-color: rgb(138,178,173); }
div.DivClassName
{
background-color: #8AB2AD;
}
.BgClassName
{
background-color: #8AB2AD;
}
</style>
border-color css
<style>
span { border-color: #8AB2AD; }
span { border-color: rgb(138,178,173); }
td.TdClassName
{
border-color: #8AB2AD;
}
.TagClassName
{
border-color: #8AB2AD;
}
</style>