Shades of Conch #94B5B3
Tints of Conch #94B5B3
RGB
CMYK
RGB Variations
Color information
#94B5B3 (or 0x94B5B3) is known color: Conch. HEX triplet: 94, B5 and B3. RGB value is (148,181,179). Sum of RGB (Red+Green+Blue) = 148+181+179=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 181 - color contains mainly: green. Hex color #94B5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B5B3 is #6B4A4C. Grayscale: #AAAAAA. Windows color (decimal): -7031373 or 11777428. OLE color: 11777428.
HSL color Cylindrical-coordinate representation of color #94B5B3: hue angle of 176.36º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94B5B3 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 181 | 179 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.29 |
| HSL | 176.36º | 0.18% | 0.65% | - |
| HSV(B) | 176.36º | 0.18% | 0.71% | - |
| XYZ | 36.87 | 42.6 | 48.93 | - |
| YUV | 170.91 | 132.57 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 181 | 179 | 0.18 | 0 | 0.01 | 0.29 | 176.36 | 0.18 | 0.65 |
| Hex | 94 | B5 | B3 | 12 | 0 | 1 | 1D | B0 | 12 | 41 |
| Octal | 224 | 265 | 263 | 22 | 0 | 1 | 35 | 260 | 22 | 101 |
| Binary | 10010100 | 10110101 | 10110011 | 10010 | 0 | 1 | 11101 | 10110000 | 10010 | 1000001 |
Color Harmonies of #94B5B3
Complementary color
Monochromatic Colors of #94B5B3
Black with #94B5B3
Text Example
Text Example
White with #94B5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B5B3; }
p { color: rgb(148,181,179); }
H1.HeaderClassName
{
color: #94B5B3;
}
.AnyTagClassName
{
color: #94B5B3;
}
</style>
background-color css
<style>
a { background-color: #94B5B3; }
a { background-color: rgb(148,181,179); }
div.DivClassName
{
background-color: #94B5B3;
}
.BgClassName
{
background-color: #94B5B3;
}
</style>
border-color css
<style>
span { border-color: #94B5B3; }
span { border-color: rgb(148,181,179); }
td.TdClassName
{
border-color: #94B5B3;
}
.TagClassName
{
border-color: #94B5B3;
}
</style>