Shades of Conch #93B8B5
Tints of Conch #93B8B5
RGB
CMYK
RGB Variations
Color information
#93B8B5 (or 0x93B8B5) is known color: Conch. HEX triplet: 93, B8 and B5. RGB value is (147,184,181). Sum of RGB (Red+Green+Blue) = 147+184+181=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 184 - color contains mainly: green. Hex color #93B8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B8B5 is #6C474A. Grayscale: #ACACAC. Windows color (decimal): -7096139 or 11909267. OLE color: 11909267.
HSL color Cylindrical-coordinate representation of color #93B8B5: hue angle of 175.14º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #93B8B5 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 147 | 184 | 181 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.28 |
| HSL | 175.14º | 0.21% | 0.65% | - |
| HSV(B) | 175.14º | 0.2% | 0.72% | - |
| XYZ | 37.51 | 43.82 | 50.2 | - |
| YUV | 172.6 | 132.74 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 184 | 181 | 0.20 | 0 | 0.02 | 0.28 | 175.14 | 0.21 | 0.65 |
| Hex | 93 | B8 | B5 | 14 | 0 | 2 | 1C | AF | 15 | 41 |
| Octal | 223 | 270 | 265 | 24 | 0 | 2 | 34 | 257 | 25 | 101 |
| Binary | 10010011 | 10111000 | 10110101 | 10100 | 0 | 10 | 11100 | 10101111 | 10101 | 1000001 |
Color Harmonies of #93B8B5
Complementary color
Monochromatic Colors of #93B8B5
Black with #93B8B5
Text Example
Text Example
White with #93B8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B8B5; }
p { color: rgb(147,184,181); }
H1.HeaderClassName
{
color: #93B8B5;
}
.AnyTagClassName
{
color: #93B8B5;
}
</style>
background-color css
<style>
a { background-color: #93B8B5; }
a { background-color: rgb(147,184,181); }
div.DivClassName
{
background-color: #93B8B5;
}
.BgClassName
{
background-color: #93B8B5;
}
</style>
border-color css
<style>
span { border-color: #93B8B5; }
span { border-color: rgb(147,184,181); }
td.TdClassName
{
border-color: #93B8B5;
}
.TagClassName
{
border-color: #93B8B5;
}
</style>