Shades of Sea Nymph #8ABCAE
Tints of Sea Nymph #8ABCAE
RGB
CMYK
RGB Variations
Color information
#8ABCAE (or 0x8ABCAE) is known color: Sea Nymph. HEX triplet: 8A, BC and AE. RGB value is (138,188,174). Sum of RGB (Red+Green+Blue) = 138+188+174=500 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.6% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABCAE is #754351. Grayscale: #ABABAB. Windows color (decimal): -7684946 or 11451530. OLE color: 11451530.
HSL color Cylindrical-coordinate representation of color #8ABCAE: hue angle of 163.2º degrees, saturation: 0.27, 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 #8ABCAE is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 174 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.26 |
| HSL | 163.2º | 0.27% | 0.64% | - |
| HSV(B) | 163.2º | 0.27% | 0.74% | - |
| XYZ | 36.1 | 44.43 | 46.72 | - |
| YUV | 171.45 | 129.44 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 174 | 0.27 | 0 | 0.07 | 0.26 | 163.2 | 0.27 | 0.64 |
| Hex | 8A | BC | AE | 1B | 0 | 7 | 1A | A3 | 1B | 40 |
| Octal | 212 | 274 | 256 | 33 | 0 | 7 | 32 | 243 | 33 | 100 |
| Binary | 10001010 | 10111100 | 10101110 | 11011 | 0 | 111 | 11010 | 10100011 | 11011 | 1000000 |
Color Harmonies of #8ABCAE
Complementary color
Monochromatic Colors of #8ABCAE
Black with #8ABCAE
Text Example
Text Example
White with #8ABCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABCAE; }
p { color: rgb(138,188,174); }
H1.HeaderClassName
{
color: #8ABCAE;
}
.AnyTagClassName
{
color: #8ABCAE;
}
</style>
background-color css
<style>
a { background-color: #8ABCAE; }
a { background-color: rgb(138,188,174); }
div.DivClassName
{
background-color: #8ABCAE;
}
.BgClassName
{
background-color: #8ABCAE;
}
</style>
border-color css
<style>
span { border-color: #8ABCAE; }
span { border-color: rgb(138,188,174); }
td.TdClassName
{
border-color: #8ABCAE;
}
.TagClassName
{
border-color: #8ABCAE;
}
</style>