Shades of Conch #93B5B3
Tints of Conch #93B5B3
RGB
CMYK
RGB Variations
Color information
#93B5B3 (or 0x93B5B3) is known color: Conch. HEX triplet: 93, B5 and B3. RGB value is (147,181,179). Sum of RGB (Red+Green+Blue) = 147+181+179=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 179 (70.31% from 255 or 35.31% from 507); Max value from RGB is 181 - color contains mainly: green. Hex color #93B5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B5B3 is #6C4A4C. Grayscale: #AAAAAA. Windows color (decimal): -7096909 or 11777427. OLE color: 11777427.
HSL color Cylindrical-coordinate representation of color #93B5B3: hue angle of 176.47º 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 #93B5B3 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 181 | 179 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.29 |
| HSL | 176.47º | 0.19% | 0.64% | - |
| HSV(B) | 176.47º | 0.19% | 0.71% | - |
| XYZ | 36.69 | 42.51 | 48.92 | - |
| YUV | 170.61 | 132.74 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 181 | 179 | 0.19 | 0 | 0.01 | 0.29 | 176.47 | 0.19 | 0.64 |
| Hex | 93 | B5 | B3 | 13 | 0 | 1 | 1D | B0 | 13 | 40 |
| Octal | 223 | 265 | 263 | 23 | 0 | 1 | 35 | 260 | 23 | 100 |
| Binary | 10010011 | 10110101 | 10110011 | 10011 | 0 | 1 | 11101 | 10110000 | 10011 | 1000000 |
Color Harmonies of #93B5B3
Complementary color
Monochromatic Colors of #93B5B3
Black with #93B5B3
Text Example
Text Example
White with #93B5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B5B3; }
p { color: rgb(147,181,179); }
H1.HeaderClassName
{
color: #93B5B3;
}
.AnyTagClassName
{
color: #93B5B3;
}
</style>
background-color css
<style>
a { background-color: #93B5B3; }
a { background-color: rgb(147,181,179); }
div.DivClassName
{
background-color: #93B5B3;
}
.BgClassName
{
background-color: #93B5B3;
}
</style>
border-color css
<style>
span { border-color: #93B5B3; }
span { border-color: rgb(147,181,179); }
td.TdClassName
{
border-color: #93B5B3;
}
.TagClassName
{
border-color: #93B5B3;
}
</style>