Shades of Conch #92B5B3
Tints of Conch #92B5B3
RGB
CMYK
RGB Variations
Color information
#92B5B3 (or 0x92B5B3) is known color: Conch. HEX triplet: 92, B5 and B3. RGB value is (146,181,179). Sum of RGB (Red+Green+Blue) = 146+181+179=506 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.85% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 181 - color contains mainly: green. Hex color #92B5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B5B3 is #6D4A4C. Grayscale: #AAAAAA. Windows color (decimal): -7162445 or 11777426. OLE color: 11777426.
HSL color Cylindrical-coordinate representation of color #92B5B3: hue angle of 176.57º degrees, saturation: 0.19, 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 #92B5B3 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 181 | 179 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.29 |
| HSL | 176.57º | 0.19% | 0.64% | - |
| HSV(B) | 176.57º | 0.19% | 0.71% | - |
| XYZ | 36.51 | 42.41 | 48.91 | - |
| YUV | 170.31 | 132.9 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 181 | 179 | 0.19 | 0 | 0.01 | 0.29 | 176.57 | 0.19 | 0.64 |
| Hex | 92 | B5 | B3 | 13 | 0 | 1 | 1D | B1 | 13 | 40 |
| Octal | 222 | 265 | 263 | 23 | 0 | 1 | 35 | 261 | 23 | 100 |
| Binary | 10010010 | 10110101 | 10110011 | 10011 | 0 | 1 | 11101 | 10110001 | 10011 | 1000000 |
Color Harmonies of #92B5B3
Complementary color
Monochromatic Colors of #92B5B3
Black with #92B5B3
Text Example
Text Example
White with #92B5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B5B3; }
p { color: rgb(146,181,179); }
H1.HeaderClassName
{
color: #92B5B3;
}
.AnyTagClassName
{
color: #92B5B3;
}
</style>
background-color css
<style>
a { background-color: #92B5B3; }
a { background-color: rgb(146,181,179); }
div.DivClassName
{
background-color: #92B5B3;
}
.BgClassName
{
background-color: #92B5B3;
}
</style>
border-color css
<style>
span { border-color: #92B5B3; }
span { border-color: rgb(146,181,179); }
td.TdClassName
{
border-color: #92B5B3;
}
.TagClassName
{
border-color: #92B5B3;
}
</style>