Shades of Sea Nymph #93B0A8
Tints of Sea Nymph #93B0A8
RGB
CMYK
RGB Variations
Color information
#93B0A8 (or 0x93B0A8) is known color: Sea Nymph. HEX triplet: 93, B0 and A8. RGB value is (147,176,168). Sum of RGB (Red+Green+Blue) = 147+176+168=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 176 - color contains mainly: green. Hex color #93B0A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93B0A8 is #6C4F57. Grayscale: #A6A6A6. Windows color (decimal): -7098200 or 11055251. OLE color: 11055251.
HSL color Cylindrical-coordinate representation of color #93B0A8: hue angle of 163.45º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #93B0A8 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 176 | 168 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.31 |
| HSL | 163.45º | 0.16% | 0.63% | - |
| HSV(B) | 163.45º | 0.16% | 0.69% | - |
| XYZ | 34.63 | 40.08 | 42.96 | - |
| YUV | 166.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 176 | 168 | 0.16 | 0 | 0.05 | 0.31 | 163.45 | 0.16 | 0.63 |
| Hex | 93 | B0 | A8 | 10 | 0 | 5 | 1F | A3 | 10 | 3F |
| Octal | 223 | 260 | 250 | 20 | 0 | 5 | 37 | 243 | 20 | 77 |
| Binary | 10010011 | 10110000 | 10101000 | 10000 | 0 | 101 | 11111 | 10100011 | 10000 | 111111 |
Color Harmonies of #93B0A8
Complementary color
Monochromatic Colors of #93B0A8
Black with #93B0A8
Text Example
Text Example
White with #93B0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B0A8; }
p { color: rgb(147,176,168); }
H1.HeaderClassName
{
color: #93B0A8;
}
.AnyTagClassName
{
color: #93B0A8;
}
</style>
background-color css
<style>
a { background-color: #93B0A8; }
a { background-color: rgb(147,176,168); }
div.DivClassName
{
background-color: #93B0A8;
}
.BgClassName
{
background-color: #93B0A8;
}
</style>
border-color css
<style>
span { border-color: #93B0A8; }
span { border-color: rgb(147,176,168); }
td.TdClassName
{
border-color: #93B0A8;
}
.TagClassName
{
border-color: #93B0A8;
}
</style>