Shades of Sea Nymph #8AAEA7
Tints of Sea Nymph #8AAEA7
RGB
CMYK
RGB Variations
Color information
#8AAEA7 (or 0x8AAEA7) is known color: Sea Nymph. HEX triplet: 8A, AE and A7. RGB value is (138,174,167). Sum of RGB (Red+Green+Blue) = 138+174+167=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 167 (65.62% from 255 or 34.86% from 479); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAEA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAEA7 is #755158. Grayscale: #A2A2A2. Windows color (decimal): -7688537 or 10989194. OLE color: 10989194.
HSL color Cylindrical-coordinate representation of color #8AAEA7: hue angle of 168.33º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8AAEA7 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 174 | 167 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.32 |
| HSL | 168.33º | 0.18% | 0.61% | - |
| HSV(B) | 168.33º | 0.21% | 0.68% | - |
| XYZ | 32.59 | 38.47 | 42.27 | - |
| YUV | 162.44 | 130.57 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 167 | 0.21 | 0 | 0.04 | 0.32 | 168.33 | 0.18 | 0.61 |
| Hex | 8A | AE | A7 | 15 | 0 | 4 | 20 | A8 | 12 | 3D |
| Octal | 212 | 256 | 247 | 25 | 0 | 4 | 40 | 250 | 22 | 75 |
| Binary | 10001010 | 10101110 | 10100111 | 10101 | 0 | 100 | 100000 | 10101000 | 10010 | 111101 |
Color Harmonies of #8AAEA7
Complementary color
Monochromatic Colors of #8AAEA7
Black with #8AAEA7
Text Example
Text Example
White with #8AAEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAEA7; }
p { color: rgb(138,174,167); }
H1.HeaderClassName
{
color: #8AAEA7;
}
.AnyTagClassName
{
color: #8AAEA7;
}
</style>
background-color css
<style>
a { background-color: #8AAEA7; }
a { background-color: rgb(138,174,167); }
div.DivClassName
{
background-color: #8AAEA7;
}
.BgClassName
{
background-color: #8AAEA7;
}
</style>
border-color css
<style>
span { border-color: #8AAEA7; }
span { border-color: rgb(138,174,167); }
td.TdClassName
{
border-color: #8AAEA7;
}
.TagClassName
{
border-color: #8AAEA7;
}
</style>