Shades of Sea Nymph #92B4AA
Tints of Sea Nymph #92B4AA
RGB
CMYK
RGB Variations
Color information
#92B4AA (or 0x92B4AA) is known color: Sea Nymph. HEX triplet: 92, B4 and AA. RGB value is (146,180,170). Sum of RGB (Red+Green+Blue) = 146+180+170=496 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.44% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 180 - color contains mainly: green. Hex color #92B4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B4AA is #6D4B55. Grayscale: #A8A8A8. Windows color (decimal): -7162710 or 11187346. OLE color: 11187346.
HSL color Cylindrical-coordinate representation of color #92B4AA: hue angle of 162.35º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #92B4AA is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 180 | 170 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.29 |
| HSL | 162.35º | 0.18% | 0.64% | - |
| HSV(B) | 162.35º | 0.19% | 0.71% | - |
| XYZ | 35.43 | 41.66 | 44.2 | - |
| YUV | 168.69 | 128.74 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 180 | 170 | 0.19 | 0 | 0.06 | 0.29 | 162.35 | 0.18 | 0.64 |
| Hex | 92 | B4 | AA | 13 | 0 | 6 | 1D | A2 | 12 | 40 |
| Octal | 222 | 264 | 252 | 23 | 0 | 6 | 35 | 242 | 22 | 100 |
| Binary | 10010010 | 10110100 | 10101010 | 10011 | 0 | 110 | 11101 | 10100010 | 10010 | 1000000 |
Color Harmonies of #92B4AA
Complementary color
Monochromatic Colors of #92B4AA
Black with #92B4AA
Text Example
Text Example
White with #92B4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B4AA; }
p { color: rgb(146,180,170); }
H1.HeaderClassName
{
color: #92B4AA;
}
.AnyTagClassName
{
color: #92B4AA;
}
</style>
background-color css
<style>
a { background-color: #92B4AA; }
a { background-color: rgb(146,180,170); }
div.DivClassName
{
background-color: #92B4AA;
}
.BgClassName
{
background-color: #92B4AA;
}
</style>
border-color css
<style>
span { border-color: #92B4AA; }
span { border-color: rgb(146,180,170); }
td.TdClassName
{
border-color: #92B4AA;
}
.TagClassName
{
border-color: #92B4AA;
}
</style>