Shades of Sea Nymph #8AAEA3
Tints of Sea Nymph #8AAEA3
RGB
CMYK
RGB Variations
Color information
#8AAEA3 (or 0x8AAEA3) is known color: Sea Nymph. HEX triplet: 8A, AE and A3. RGB value is (138,174,163). Sum of RGB (Red+Green+Blue) = 138+174+163=475 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.05% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 163 (64.06% from 255 or 34.32% from 475); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAEA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAEA3 is #75515C. Grayscale: #A1A1A1. Windows color (decimal): -7688541 or 10727050. OLE color: 10727050.
HSL color Cylindrical-coordinate representation of color #8AAEA3: hue angle of 161.67º 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 #8AAEA3 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 174 | 163 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.32 |
| HSL | 161.67º | 0.18% | 0.61% | - |
| HSV(B) | 161.67º | 0.21% | 0.68% | - |
| XYZ | 32.23 | 38.32 | 40.35 | - |
| YUV | 161.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 163 | 0.21 | 0 | 0.06 | 0.32 | 161.67 | 0.18 | 0.61 |
| Hex | 8A | AE | A3 | 15 | 0 | 6 | 20 | A2 | 12 | 3D |
| Octal | 212 | 256 | 243 | 25 | 0 | 6 | 40 | 242 | 22 | 75 |
| Binary | 10001010 | 10101110 | 10100011 | 10101 | 0 | 110 | 100000 | 10100010 | 10010 | 111101 |
Color Harmonies of #8AAEA3
Complementary color
Monochromatic Colors of #8AAEA3
Black with #8AAEA3
Text Example
Text Example
White with #8AAEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAEA3; }
p { color: rgb(138,174,163); }
H1.HeaderClassName
{
color: #8AAEA3;
}
.AnyTagClassName
{
color: #8AAEA3;
}
</style>
background-color css
<style>
a { background-color: #8AAEA3; }
a { background-color: rgb(138,174,163); }
div.DivClassName
{
background-color: #8AAEA3;
}
.BgClassName
{
background-color: #8AAEA3;
}
</style>
border-color css
<style>
span { border-color: #8AAEA3; }
span { border-color: rgb(138,174,163); }
td.TdClassName
{
border-color: #8AAEA3;
}
.TagClassName
{
border-color: #8AAEA3;
}
</style>