Shades of Sea Nymph #8AB6A2
Tints of Sea Nymph #8AB6A2
RGB
CMYK
RGB Variations
Color information
#8AB6A2 (or 0x8AB6A2) is known color: Sea Nymph. HEX triplet: 8A, B6 and A2. RGB value is (138,182,162). Sum of RGB (Red+Green+Blue) = 138+182+162=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB6A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB6A2 is #75495D. Grayscale: #A6A6A6. Windows color (decimal): -7686494 or 10663562. OLE color: 10663562.
HSL color Cylindrical-coordinate representation of color #8AB6A2: hue angle of 152.73º 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 #8AB6A2 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 182 | 162 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.29 |
| HSL | 152.73º | 0.23% | 0.63% | - |
| HSV(B) | 152.73º | 0.24% | 0.71% | - |
| XYZ | 33.73 | 41.47 | 40.41 | - |
| YUV | 166.56 | 125.42 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 182 | 162 | 0.24 | 0 | 0.11 | 0.29 | 152.73 | 0.23 | 0.63 |
| Hex | 8A | B6 | A2 | 18 | 0 | B | 1D | 99 | 17 | 3F |
| Octal | 212 | 266 | 242 | 30 | 0 | 13 | 35 | 231 | 27 | 77 |
| Binary | 10001010 | 10110110 | 10100010 | 11000 | 0 | 1011 | 11101 | 10011001 | 10111 | 111111 |
Color Harmonies of #8AB6A2
Complementary color
Monochromatic Colors of #8AB6A2
Black with #8AB6A2
Text Example
Text Example
White with #8AB6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB6A2; }
p { color: rgb(138,182,162); }
H1.HeaderClassName
{
color: #8AB6A2;
}
.AnyTagClassName
{
color: #8AB6A2;
}
</style>
background-color css
<style>
a { background-color: #8AB6A2; }
a { background-color: rgb(138,182,162); }
div.DivClassName
{
background-color: #8AB6A2;
}
.BgClassName
{
background-color: #8AB6A2;
}
</style>
border-color css
<style>
span { border-color: #8AB6A2; }
span { border-color: rgb(138,182,162); }
td.TdClassName
{
border-color: #8AB6A2;
}
.TagClassName
{
border-color: #8AB6A2;
}
</style>