Shades of Sea Nymph #92ADA4
Tints of Sea Nymph #92ADA4
RGB
CMYK
RGB Variations
Color information
#92ADA4 (or 0x92ADA4) is known color: Sea Nymph. HEX triplet: 92, AD and A4. RGB value is (146,173,164). Sum of RGB (Red+Green+Blue) = 146+173+164=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 173 - color contains mainly: green. Hex color #92ADA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92ADA4 is #6D525B. Grayscale: #A3A3A3. Windows color (decimal): -7164508 or 10792338. OLE color: 10792338.
HSL color Cylindrical-coordinate representation of color #92ADA4: hue angle of 160º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #92ADA4 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 173 | 164 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.32 |
| HSL | 160º | 0.14% | 0.63% | - |
| HSV(B) | 160º | 0.16% | 0.68% | - |
| XYZ | 33.5 | 38.68 | 40.82 | - |
| YUV | 163.9 | 128.05 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 173 | 164 | 0.16 | 0 | 0.05 | 0.32 | 160 | 0.14 | 0.63 |
| Hex | 92 | AD | A4 | 10 | 0 | 5 | 20 | A0 | E | 3F |
| Octal | 222 | 255 | 244 | 20 | 0 | 5 | 40 | 240 | 16 | 77 |
| Binary | 10010010 | 10101101 | 10100100 | 10000 | 0 | 101 | 100000 | 10100000 | 1110 | 111111 |
Color Harmonies of #92ADA4
Complementary color
Monochromatic Colors of #92ADA4
Black with #92ADA4
Text Example
Text Example
White with #92ADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ADA4; }
p { color: rgb(146,173,164); }
H1.HeaderClassName
{
color: #92ADA4;
}
.AnyTagClassName
{
color: #92ADA4;
}
</style>
background-color css
<style>
a { background-color: #92ADA4; }
a { background-color: rgb(146,173,164); }
div.DivClassName
{
background-color: #92ADA4;
}
.BgClassName
{
background-color: #92ADA4;
}
</style>
border-color css
<style>
span { border-color: #92ADA4; }
span { border-color: rgb(146,173,164); }
td.TdClassName
{
border-color: #92ADA4;
}
.TagClassName
{
border-color: #92ADA4;
}
</style>