Shades of Sea Nymph #92B3AA
Tints of Sea Nymph #92B3AA
RGB
CMYK
RGB Variations
Color information
#92B3AA (or 0x92B3AA) is known color: Sea Nymph. HEX triplet: 92, B3 and AA. RGB value is (146,179,170). Sum of RGB (Red+Green+Blue) = 146+179+170=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 179 - color contains mainly: green. Hex color #92B3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B3AA is #6D4C55. Grayscale: #A8A8A8. Windows color (decimal): -7162966 or 11187090. OLE color: 11187090.
HSL color Cylindrical-coordinate representation of color #92B3AA: hue angle of 163.64º degrees, saturation: 0.18, 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 #92B3AA is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 146 | 179 | 170 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.30 |
| HSL | 163.64º | 0.18% | 0.64% | - |
| HSV(B) | 163.64º | 0.18% | 0.7% | - |
| XYZ | 35.23 | 41.25 | 44.14 | - |
| YUV | 168.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 179 | 170 | 0.18 | 0 | 0.05 | 0.30 | 163.64 | 0.18 | 0.64 |
| Hex | 92 | B3 | AA | 12 | 0 | 5 | 1E | A4 | 12 | 40 |
| Octal | 222 | 263 | 252 | 22 | 0 | 5 | 36 | 244 | 22 | 100 |
| Binary | 10010010 | 10110011 | 10101010 | 10010 | 0 | 101 | 11110 | 10100100 | 10010 | 1000000 |
Color Harmonies of #92B3AA
Complementary color
Monochromatic Colors of #92B3AA
Black with #92B3AA
Text Example
Text Example
White with #92B3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B3AA; }
p { color: rgb(146,179,170); }
H1.HeaderClassName
{
color: #92B3AA;
}
.AnyTagClassName
{
color: #92B3AA;
}
</style>
background-color css
<style>
a { background-color: #92B3AA; }
a { background-color: rgb(146,179,170); }
div.DivClassName
{
background-color: #92B3AA;
}
.BgClassName
{
background-color: #92B3AA;
}
</style>
border-color css
<style>
span { border-color: #92B3AA; }
span { border-color: rgb(146,179,170); }
td.TdClassName
{
border-color: #92B3AA;
}
.TagClassName
{
border-color: #92B3AA;
}
</style>