Shades of Sea Nymph #8AB0A2
Tints of Sea Nymph #8AB0A2
RGB
CMYK
RGB Variations
Color information
#8AB0A2 (or 0x8AB0A2) is known color: Sea Nymph. HEX triplet: 8A, B0 and A2. RGB value is (138,176,162). Sum of RGB (Red+Green+Blue) = 138+176+162=476 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.99% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB0A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AB0A2 is #754F5D. Grayscale: #A3A3A3. Windows color (decimal): -7688030 or 10662026. OLE color: 10662026.
HSL color Cylindrical-coordinate representation of color #8AB0A2: hue angle of 157.89º 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 #8AB0A2 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 176 | 162 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.31 |
| HSL | 157.89º | 0.19% | 0.62% | - |
| HSV(B) | 157.89º | 0.22% | 0.69% | - |
| XYZ | 32.53 | 39.06 | 40.01 | - |
| YUV | 163.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 176 | 162 | 0.22 | 0 | 0.08 | 0.31 | 157.89 | 0.19 | 0.62 |
| Hex | 8A | B0 | A2 | 16 | 0 | 8 | 1F | 9E | 13 | 3E |
| Octal | 212 | 260 | 242 | 26 | 0 | 10 | 37 | 236 | 23 | 76 |
| Binary | 10001010 | 10110000 | 10100010 | 10110 | 0 | 1000 | 11111 | 10011110 | 10011 | 111110 |
Color Harmonies of #8AB0A2
Complementary color
Monochromatic Colors of #8AB0A2
Black with #8AB0A2
Text Example
Text Example
White with #8AB0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB0A2; }
p { color: rgb(138,176,162); }
H1.HeaderClassName
{
color: #8AB0A2;
}
.AnyTagClassName
{
color: #8AB0A2;
}
</style>
background-color css
<style>
a { background-color: #8AB0A2; }
a { background-color: rgb(138,176,162); }
div.DivClassName
{
background-color: #8AB0A2;
}
.BgClassName
{
background-color: #8AB0A2;
}
</style>
border-color css
<style>
span { border-color: #8AB0A2; }
span { border-color: rgb(138,176,162); }
td.TdClassName
{
border-color: #8AB0A2;
}
.TagClassName
{
border-color: #8AB0A2;
}
</style>