Shades of Sea Nymph #8AB4AA
Tints of Sea Nymph #8AB4AA
RGB
CMYK
RGB Variations
Color information
#8AB4AA (or 0x8AB4AA) is known color: Sea Nymph. HEX triplet: 8A, B4 and AA. RGB value is (138,180,170). Sum of RGB (Red+Green+Blue) = 138+180+170=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB4AA is #754B55. Grayscale: #A6A6A6. Windows color (decimal): -7686998 or 11187338. OLE color: 11187338.
HSL color Cylindrical-coordinate representation of color #8AB4AA: hue angle of 165.71º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8AB4AA is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 180 | 170 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.29 |
| HSL | 165.71º | 0.22% | 0.62% | - |
| HSV(B) | 165.71º | 0.23% | 0.71% | - |
| XYZ | 34.06 | 40.95 | 44.14 | - |
| YUV | 166.3 | 130.09 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 180 | 170 | 0.23 | 0 | 0.06 | 0.29 | 165.71 | 0.22 | 0.62 |
| Hex | 8A | B4 | AA | 17 | 0 | 6 | 1D | A6 | 16 | 3E |
| Octal | 212 | 264 | 252 | 27 | 0 | 6 | 35 | 246 | 26 | 76 |
| Binary | 10001010 | 10110100 | 10101010 | 10111 | 0 | 110 | 11101 | 10100110 | 10110 | 111110 |
Color Harmonies of #8AB4AA
Complementary color
Monochromatic Colors of #8AB4AA
Black with #8AB4AA
Text Example
Text Example
White with #8AB4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB4AA; }
p { color: rgb(138,180,170); }
H1.HeaderClassName
{
color: #8AB4AA;
}
.AnyTagClassName
{
color: #8AB4AA;
}
</style>
background-color css
<style>
a { background-color: #8AB4AA; }
a { background-color: rgb(138,180,170); }
div.DivClassName
{
background-color: #8AB4AA;
}
.BgClassName
{
background-color: #8AB4AA;
}
</style>
border-color css
<style>
span { border-color: #8AB4AA; }
span { border-color: rgb(138,180,170); }
td.TdClassName
{
border-color: #8AB4AA;
}
.TagClassName
{
border-color: #8AB4AA;
}
</style>