Shades of Sea Nymph #8AB6B1
Tints of Sea Nymph #8AB6B1
RGB
CMYK
RGB Variations
Color information
#8AB6B1 (or 0x8AB6B1) is known color: Sea Nymph. HEX triplet: 8A, B6 and B1. RGB value is (138,182,177). Sum of RGB (Red+Green+Blue) = 138+182+177=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB6B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB6B1 is #75494E. Grayscale: #A8A8A8. Windows color (decimal): -7686479 or 11646602. OLE color: 11646602.
HSL color Cylindrical-coordinate representation of color #8AB6B1: hue angle of 173.18º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8AB6B1 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 182 | 177 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.29 |
| HSL | 173.18º | 0.23% | 0.63% | - |
| HSV(B) | 173.18º | 0.24% | 0.71% | - |
| XYZ | 35.15 | 42.03 | 47.86 | - |
| YUV | 168.27 | 132.92 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 182 | 177 | 0.24 | 0 | 0.03 | 0.29 | 173.18 | 0.23 | 0.63 |
| Hex | 8A | B6 | B1 | 18 | 0 | 3 | 1D | AD | 17 | 3F |
| Octal | 212 | 266 | 261 | 30 | 0 | 3 | 35 | 255 | 27 | 77 |
| Binary | 10001010 | 10110110 | 10110001 | 11000 | 0 | 11 | 11101 | 10101101 | 10111 | 111111 |
Color Harmonies of #8AB6B1
Complementary color
Monochromatic Colors of #8AB6B1
Black with #8AB6B1
Text Example
Text Example
White with #8AB6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB6B1; }
p { color: rgb(138,182,177); }
H1.HeaderClassName
{
color: #8AB6B1;
}
.AnyTagClassName
{
color: #8AB6B1;
}
</style>
background-color css
<style>
a { background-color: #8AB6B1; }
a { background-color: rgb(138,182,177); }
div.DivClassName
{
background-color: #8AB6B1;
}
.BgClassName
{
background-color: #8AB6B1;
}
</style>
border-color css
<style>
span { border-color: #8AB6B1; }
span { border-color: rgb(138,182,177); }
td.TdClassName
{
border-color: #8AB6B1;
}
.TagClassName
{
border-color: #8AB6B1;
}
</style>