Shades of Sea Nymph #93ABA7
Tints of Sea Nymph #93ABA7
RGB
CMYK
RGB Variations
Color information
#93ABA7 (or 0x93ABA7) is known color: Sea Nymph. HEX triplet: 93, AB and A7. RGB value is (147,171,167). Sum of RGB (Red+Green+Blue) = 147+171+167=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 167 (65.62% from 255 or 34.43% from 485); Max value from RGB is 171 - color contains mainly: green. Hex color #93ABA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93ABA7 is #6C5458. Grayscale: #A3A3A3. Windows color (decimal): -7099481 or 10988435. OLE color: 10988435.
HSL color Cylindrical-coordinate representation of color #93ABA7: hue angle of 170º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93ABA7 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 171 | 167 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.33 |
| HSL | 170º | 0.13% | 0.62% | - |
| HSV(B) | 170º | 0.14% | 0.67% | - |
| XYZ | 33.57 | 38.12 | 42.15 | - |
| YUV | 163.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 171 | 167 | 0.14 | 0 | 0.02 | 0.33 | 170 | 0.13 | 0.62 |
| Hex | 93 | AB | A7 | E | 0 | 2 | 21 | AA | C | 3E |
| Octal | 223 | 253 | 247 | 16 | 0 | 2 | 41 | 252 | 14 | 76 |
| Binary | 10010011 | 10101011 | 10100111 | 1110 | 0 | 10 | 100001 | 10101010 | 1100 | 111110 |
Color Harmonies of #93ABA7
Complementary color
Monochromatic Colors of #93ABA7
Black with #93ABA7
Text Example
Text Example
White with #93ABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ABA7; }
p { color: rgb(147,171,167); }
H1.HeaderClassName
{
color: #93ABA7;
}
.AnyTagClassName
{
color: #93ABA7;
}
</style>
background-color css
<style>
a { background-color: #93ABA7; }
a { background-color: rgb(147,171,167); }
div.DivClassName
{
background-color: #93ABA7;
}
.BgClassName
{
background-color: #93ABA7;
}
</style>
border-color css
<style>
span { border-color: #93ABA7; }
span { border-color: rgb(147,171,167); }
td.TdClassName
{
border-color: #93ABA7;
}
.TagClassName
{
border-color: #93ABA7;
}
</style>