Shades of Sea Nymph #8AACA2
Tints of Sea Nymph #8AACA2
RGB
CMYK
RGB Variations
Color information
#8AACA2 (or 0x8AACA2) is known color: Sea Nymph. HEX triplet: 8A, AC and A2. RGB value is (138,172,162). Sum of RGB (Red+Green+Blue) = 138+172+162=472 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.24% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 172 - color contains mainly: green. Hex color #8AACA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AACA2 is #75535D. Grayscale: #A0A0A0. Windows color (decimal): -7689054 or 10661002. OLE color: 10661002.
HSL color Cylindrical-coordinate representation of color #8AACA2: hue angle of 162.35º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8AACA2 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 172 | 162 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.33 |
| HSL | 162.35º | 0.17% | 0.61% | - |
| HSV(B) | 162.35º | 0.2% | 0.67% | - |
| XYZ | 31.76 | 37.52 | 39.75 | - |
| YUV | 160.69 | 128.74 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 162 | 0.20 | 0 | 0.06 | 0.33 | 162.35 | 0.17 | 0.61 |
| Hex | 8A | AC | A2 | 14 | 0 | 6 | 21 | A2 | 11 | 3D |
| Octal | 212 | 254 | 242 | 24 | 0 | 6 | 41 | 242 | 21 | 75 |
| Binary | 10001010 | 10101100 | 10100010 | 10100 | 0 | 110 | 100001 | 10100010 | 10001 | 111101 |
Color Harmonies of #8AACA2
Complementary color
Monochromatic Colors of #8AACA2
Black with #8AACA2
Text Example
Text Example
White with #8AACA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AACA2; }
p { color: rgb(138,172,162); }
H1.HeaderClassName
{
color: #8AACA2;
}
.AnyTagClassName
{
color: #8AACA2;
}
</style>
background-color css
<style>
a { background-color: #8AACA2; }
a { background-color: rgb(138,172,162); }
div.DivClassName
{
background-color: #8AACA2;
}
.BgClassName
{
background-color: #8AACA2;
}
</style>
border-color css
<style>
span { border-color: #8AACA2; }
span { border-color: rgb(138,172,162); }
td.TdClassName
{
border-color: #8AACA2;
}
.TagClassName
{
border-color: #8AACA2;
}
</style>