Shades of Sea Nymph #8AABA3
Tints of Sea Nymph #8AABA3
RGB
CMYK
RGB Variations
Color information
#8AABA3 (or 0x8AABA3) is known color: Sea Nymph. HEX triplet: 8A, AB and A3. RGB value is (138,171,163). Sum of RGB (Red+Green+Blue) = 138+171+163=472 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.24% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 171 - color contains mainly: green. Hex color #8AABA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AABA3 is #75545C. Grayscale: #A0A0A0. Windows color (decimal): -7689309 or 10726282. OLE color: 10726282.
HSL color Cylindrical-coordinate representation of color #8AABA3: hue angle of 165.45º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8AABA3 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 171 | 163 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.33 |
| HSL | 165.45º | 0.16% | 0.61% | - |
| HSV(B) | 165.45º | 0.19% | 0.67% | - |
| XYZ | 31.66 | 37.17 | 40.16 | - |
| YUV | 160.22 | 129.57 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 171 | 163 | 0.19 | 0 | 0.05 | 0.33 | 165.45 | 0.16 | 0.61 |
| Hex | 8A | AB | A3 | 13 | 0 | 5 | 21 | A5 | 10 | 3D |
| Octal | 212 | 253 | 243 | 23 | 0 | 5 | 41 | 245 | 20 | 75 |
| Binary | 10001010 | 10101011 | 10100011 | 10011 | 0 | 101 | 100001 | 10100101 | 10000 | 111101 |
Color Harmonies of #8AABA3
Complementary color
Monochromatic Colors of #8AABA3
Black with #8AABA3
Text Example
Text Example
White with #8AABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AABA3; }
p { color: rgb(138,171,163); }
H1.HeaderClassName
{
color: #8AABA3;
}
.AnyTagClassName
{
color: #8AABA3;
}
</style>
background-color css
<style>
a { background-color: #8AABA3; }
a { background-color: rgb(138,171,163); }
div.DivClassName
{
background-color: #8AABA3;
}
.BgClassName
{
background-color: #8AABA3;
}
</style>
border-color css
<style>
span { border-color: #8AABA3; }
span { border-color: rgb(138,171,163); }
td.TdClassName
{
border-color: #8AABA3;
}
.TagClassName
{
border-color: #8AABA3;
}
</style>