Shades of Sea Nymph #8ABBA7
Tints of Sea Nymph #8ABBA7
RGB
CMYK
RGB Variations
Color information
#8ABBA7 (or 0x8ABBA7) is known color: Sea Nymph. HEX triplet: 8A, BB and A7. RGB value is (138,187,167). Sum of RGB (Red+Green+Blue) = 138+187+167=492 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.05% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 167 (65.62% from 255 or 33.94% from 492); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABBA7 is #754458. Grayscale: #AAAAAA. Windows color (decimal): -7685209 or 10992522. OLE color: 10992522.
HSL color Cylindrical-coordinate representation of color #8ABBA7: hue angle of 155.51º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8ABBA7 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 187 | 167 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.27 |
| HSL | 155.51º | 0.26% | 0.64% | - |
| HSV(B) | 155.51º | 0.26% | 0.73% | - |
| XYZ | 35.23 | 43.73 | 43.14 | - |
| YUV | 170.07 | 126.27 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 167 | 0.26 | 0 | 0.11 | 0.27 | 155.51 | 0.26 | 0.64 |
| Hex | 8A | BB | A7 | 1A | 0 | B | 1B | 9C | 1A | 40 |
| Octal | 212 | 273 | 247 | 32 | 0 | 13 | 33 | 234 | 32 | 100 |
| Binary | 10001010 | 10111011 | 10100111 | 11010 | 0 | 1011 | 11011 | 10011100 | 11010 | 1000000 |
Color Harmonies of #8ABBA7
Complementary color
Monochromatic Colors of #8ABBA7
Black with #8ABBA7
Text Example
Text Example
White with #8ABBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABBA7; }
p { color: rgb(138,187,167); }
H1.HeaderClassName
{
color: #8ABBA7;
}
.AnyTagClassName
{
color: #8ABBA7;
}
</style>
background-color css
<style>
a { background-color: #8ABBA7; }
a { background-color: rgb(138,187,167); }
div.DivClassName
{
background-color: #8ABBA7;
}
.BgClassName
{
background-color: #8ABBA7;
}
</style>
border-color css
<style>
span { border-color: #8ABBA7; }
span { border-color: rgb(138,187,167); }
td.TdClassName
{
border-color: #8ABBA7;
}
.TagClassName
{
border-color: #8ABBA7;
}
</style>