Shades of Sea Nymph #8AB0AC
Tints of Sea Nymph #8AB0AC
RGB
CMYK
RGB Variations
Color information
#8AB0AC (or 0x8AB0AC) is known color: Sea Nymph. HEX triplet: 8A, B0 and AC. RGB value is (138,176,172). Sum of RGB (Red+Green+Blue) = 138+176+172=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AB0AC is #754F53. Grayscale: #A4A4A4. Windows color (decimal): -7688020 or 11317386. OLE color: 11317386.
HSL color Cylindrical-coordinate representation of color #8AB0AC: hue angle of 173.68º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AB0AC is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 176 | 172 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.31 |
| HSL | 173.68º | 0.19% | 0.62% | - |
| HSV(B) | 173.68º | 0.22% | 0.69% | - |
| XYZ | 33.45 | 39.43 | 44.88 | - |
| YUV | 164.18 | 132.41 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 176 | 172 | 0.22 | 0 | 0.02 | 0.31 | 173.68 | 0.19 | 0.62 |
| Hex | 8A | B0 | AC | 16 | 0 | 2 | 1F | AE | 13 | 3E |
| Octal | 212 | 260 | 254 | 26 | 0 | 2 | 37 | 256 | 23 | 76 |
| Binary | 10001010 | 10110000 | 10101100 | 10110 | 0 | 10 | 11111 | 10101110 | 10011 | 111110 |
Color Harmonies of #8AB0AC
Complementary color
Monochromatic Colors of #8AB0AC
Black with #8AB0AC
Text Example
Text Example
White with #8AB0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB0AC; }
p { color: rgb(138,176,172); }
H1.HeaderClassName
{
color: #8AB0AC;
}
.AnyTagClassName
{
color: #8AB0AC;
}
</style>
background-color css
<style>
a { background-color: #8AB0AC; }
a { background-color: rgb(138,176,172); }
div.DivClassName
{
background-color: #8AB0AC;
}
.BgClassName
{
background-color: #8AB0AC;
}
</style>
border-color css
<style>
span { border-color: #8AB0AC; }
span { border-color: rgb(138,176,172); }
td.TdClassName
{
border-color: #8AB0AC;
}
.TagClassName
{
border-color: #8AB0AC;
}
</style>