Shades of Sea Nymph #93B3A8
Tints of Sea Nymph #93B3A8
RGB
CMYK
RGB Variations
Color information
#93B3A8 (or 0x93B3A8) is known color: Sea Nymph. HEX triplet: 93, B3 and A8. RGB value is (147,179,168). Sum of RGB (Red+Green+Blue) = 147+179+168=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 179 - color contains mainly: green. Hex color #93B3A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B3A8 is #6C4C57. Grayscale: #A8A8A8. Windows color (decimal): -7097432 or 11056019. OLE color: 11056019.
HSL color Cylindrical-coordinate representation of color #93B3A8: hue angle of 159.38º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93B3A8 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 147 | 179 | 168 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.30 |
| HSL | 159.38º | 0.17% | 0.64% | - |
| HSV(B) | 159.38º | 0.18% | 0.7% | - |
| XYZ | 35.22 | 41.27 | 43.16 | - |
| YUV | 168.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 179 | 168 | 0.18 | 0 | 0.06 | 0.30 | 159.38 | 0.17 | 0.64 |
| Hex | 93 | B3 | A8 | 12 | 0 | 6 | 1E | 9F | 11 | 40 |
| Octal | 223 | 263 | 250 | 22 | 0 | 6 | 36 | 237 | 21 | 100 |
| Binary | 10010011 | 10110011 | 10101000 | 10010 | 0 | 110 | 11110 | 10011111 | 10001 | 1000000 |
Color Harmonies of #93B3A8
Complementary color
Monochromatic Colors of #93B3A8
Black with #93B3A8
Text Example
Text Example
White with #93B3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B3A8; }
p { color: rgb(147,179,168); }
H1.HeaderClassName
{
color: #93B3A8;
}
.AnyTagClassName
{
color: #93B3A8;
}
</style>
background-color css
<style>
a { background-color: #93B3A8; }
a { background-color: rgb(147,179,168); }
div.DivClassName
{
background-color: #93B3A8;
}
.BgClassName
{
background-color: #93B3A8;
}
</style>
border-color css
<style>
span { border-color: #93B3A8; }
span { border-color: rgb(147,179,168); }
td.TdClassName
{
border-color: #93B3A8;
}
.TagClassName
{
border-color: #93B3A8;
}
</style>