Shades of Sea Nymph #8ABDAE
Tints of Sea Nymph #8ABDAE
RGB
CMYK
RGB Variations
Color information
#8ABDAE (or 0x8ABDAE) is known color: Sea Nymph. HEX triplet: 8A, BD and AE. RGB value is (138,189,174). Sum of RGB (Red+Green+Blue) = 138+189+174=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABDAE is #754251. Grayscale: #ACACAC. Windows color (decimal): -7684690 or 11451786. OLE color: 11451786.
HSL color Cylindrical-coordinate representation of color #8ABDAE: hue angle of 162.35º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8ABDAE is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 189 | 174 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.26 |
| HSL | 162.35º | 0.28% | 0.64% | - |
| HSV(B) | 162.35º | 0.27% | 0.74% | - |
| XYZ | 36.32 | 44.85 | 46.79 | - |
| YUV | 172.04 | 129.1 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 174 | 0.27 | 0 | 0.08 | 0.26 | 162.35 | 0.28 | 0.64 |
| Hex | 8A | BD | AE | 1B | 0 | 8 | 1A | A2 | 1C | 40 |
| Octal | 212 | 275 | 256 | 33 | 0 | 10 | 32 | 242 | 34 | 100 |
| Binary | 10001010 | 10111101 | 10101110 | 11011 | 0 | 1000 | 11010 | 10100010 | 11100 | 1000000 |
Color Harmonies of #8ABDAE
Complementary color
Monochromatic Colors of #8ABDAE
Black with #8ABDAE
Text Example
Text Example
White with #8ABDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABDAE; }
p { color: rgb(138,189,174); }
H1.HeaderClassName
{
color: #8ABDAE;
}
.AnyTagClassName
{
color: #8ABDAE;
}
</style>
background-color css
<style>
a { background-color: #8ABDAE; }
a { background-color: rgb(138,189,174); }
div.DivClassName
{
background-color: #8ABDAE;
}
.BgClassName
{
background-color: #8ABDAE;
}
</style>
border-color css
<style>
span { border-color: #8ABDAE; }
span { border-color: rgb(138,189,174); }
td.TdClassName
{
border-color: #8ABDAE;
}
.TagClassName
{
border-color: #8ABDAE;
}
</style>