Shades of Sea Nymph #8ABCA8
Tints of Sea Nymph #8ABCA8
RGB
CMYK
RGB Variations
Color information
#8ABCA8 (or 0x8ABCA8) is known color: Sea Nymph. HEX triplet: 8A, BC and A8. RGB value is (138,188,168). Sum of RGB (Red+Green+Blue) = 138+188+168=494 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.94% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABCA8 is #754357. Grayscale: #AAAAAA. Windows color (decimal): -7684952 or 11058314. OLE color: 11058314.
HSL color Cylindrical-coordinate representation of color #8ABCA8: hue angle of 156º 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 #8ABCA8 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 168 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.26 |
| HSL | 156º | 0.27% | 0.64% | - |
| HSV(B) | 156º | 0.27% | 0.74% | - |
| XYZ | 35.53 | 44.2 | 43.7 | - |
| YUV | 170.77 | 126.44 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 168 | 0.27 | 0 | 0.11 | 0.26 | 156 | 0.27 | 0.64 |
| Hex | 8A | BC | A8 | 1B | 0 | B | 1A | 9C | 1B | 40 |
| Octal | 212 | 274 | 250 | 33 | 0 | 13 | 32 | 234 | 33 | 100 |
| Binary | 10001010 | 10111100 | 10101000 | 11011 | 0 | 1011 | 11010 | 10011100 | 11011 | 1000000 |
Color Harmonies of #8ABCA8
Complementary color
Monochromatic Colors of #8ABCA8
Black with #8ABCA8
Text Example
Text Example
White with #8ABCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABCA8; }
p { color: rgb(138,188,168); }
H1.HeaderClassName
{
color: #8ABCA8;
}
.AnyTagClassName
{
color: #8ABCA8;
}
</style>
background-color css
<style>
a { background-color: #8ABCA8; }
a { background-color: rgb(138,188,168); }
div.DivClassName
{
background-color: #8ABCA8;
}
.BgClassName
{
background-color: #8ABCA8;
}
</style>
border-color css
<style>
span { border-color: #8ABCA8; }
span { border-color: rgb(138,188,168); }
td.TdClassName
{
border-color: #8ABCA8;
}
.TagClassName
{
border-color: #8ABCA8;
}
</style>