Shades of Sea Nymph #93ADA4
Tints of Sea Nymph #93ADA4
RGB
CMYK
RGB Variations
Color information
#93ADA4 (or 0x93ADA4) is known color: Sea Nymph. HEX triplet: 93, AD and A4. RGB value is (147,173,164). Sum of RGB (Red+Green+Blue) = 147+173+164=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 164 (64.45% from 255 or 33.88% from 484); Max value from RGB is 173 - color contains mainly: green. Hex color #93ADA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93ADA4 is #6C525B. Grayscale: #A4A4A4. Windows color (decimal): -7098972 or 10792339. OLE color: 10792339.
HSL color Cylindrical-coordinate representation of color #93ADA4: hue angle of 159.23º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93ADA4 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 173 | 164 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.32 |
| HSL | 159.23º | 0.14% | 0.63% | - |
| HSV(B) | 159.23º | 0.15% | 0.68% | - |
| XYZ | 33.68 | 38.77 | 40.83 | - |
| YUV | 164.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 164 | 0.15 | 0 | 0.05 | 0.32 | 159.23 | 0.14 | 0.63 |
| Hex | 93 | AD | A4 | F | 0 | 5 | 20 | 9F | E | 3F |
| Octal | 223 | 255 | 244 | 17 | 0 | 5 | 40 | 237 | 16 | 77 |
| Binary | 10010011 | 10101101 | 10100100 | 1111 | 0 | 101 | 100000 | 10011111 | 1110 | 111111 |
Color Harmonies of #93ADA4
Complementary color
Monochromatic Colors of #93ADA4
Black with #93ADA4
Text Example
Text Example
White with #93ADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ADA4; }
p { color: rgb(147,173,164); }
H1.HeaderClassName
{
color: #93ADA4;
}
.AnyTagClassName
{
color: #93ADA4;
}
</style>
background-color css
<style>
a { background-color: #93ADA4; }
a { background-color: rgb(147,173,164); }
div.DivClassName
{
background-color: #93ADA4;
}
.BgClassName
{
background-color: #93ADA4;
}
</style>
border-color css
<style>
span { border-color: #93ADA4; }
span { border-color: rgb(147,173,164); }
td.TdClassName
{
border-color: #93ADA4;
}
.TagClassName
{
border-color: #93ADA4;
}
</style>