Shades of Sea Nymph #94ADA6
Tints of Sea Nymph #94ADA6
RGB
CMYK
RGB Variations
Color information
#94ADA6 (or 0x94ADA6) is known color: Sea Nymph. HEX triplet: 94, AD and A6. RGB value is (148,173,166). Sum of RGB (Red+Green+Blue) = 148+173+166=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 173 - color contains mainly: green. Hex color #94ADA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94ADA6 is #6B5259. Grayscale: #A4A4A4. Windows color (decimal): -7033434 or 10923412. OLE color: 10923412.
HSL color Cylindrical-coordinate representation of color #94ADA6: hue angle of 163.2º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #94ADA6 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 173 | 166 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.32 |
| HSL | 163.2º | 0.13% | 0.63% | - |
| HSV(B) | 163.2º | 0.14% | 0.68% | - |
| XYZ | 34.04 | 38.94 | 41.8 | - |
| YUV | 164.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 173 | 166 | 0.14 | 0 | 0.04 | 0.32 | 163.2 | 0.13 | 0.63 |
| Hex | 94 | AD | A6 | E | 0 | 4 | 20 | A3 | D | 3F |
| Octal | 224 | 255 | 246 | 16 | 0 | 4 | 40 | 243 | 15 | 77 |
| Binary | 10010100 | 10101101 | 10100110 | 1110 | 0 | 100 | 100000 | 10100011 | 1101 | 111111 |
Color Harmonies of #94ADA6
Complementary color
Monochromatic Colors of #94ADA6
Black with #94ADA6
Text Example
Text Example
White with #94ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ADA6; }
p { color: rgb(148,173,166); }
H1.HeaderClassName
{
color: #94ADA6;
}
.AnyTagClassName
{
color: #94ADA6;
}
</style>
background-color css
<style>
a { background-color: #94ADA6; }
a { background-color: rgb(148,173,166); }
div.DivClassName
{
background-color: #94ADA6;
}
.BgClassName
{
background-color: #94ADA6;
}
</style>
border-color css
<style>
span { border-color: #94ADA6; }
span { border-color: rgb(148,173,166); }
td.TdClassName
{
border-color: #94ADA6;
}
.TagClassName
{
border-color: #94ADA6;
}
</style>