Shades of Conch #93B5AD
Tints of Conch #93B5AD
RGB
CMYK
RGB Variations
Color information
#93B5AD (or 0x93B5AD) is known color: Conch. HEX triplet: 93, B5 and AD. RGB value is (147,181,173). Sum of RGB (Red+Green+Blue) = 147+181+173=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 181 - color contains mainly: green. Hex color #93B5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B5AD is #6C4A52. Grayscale: #A9A9A9. Windows color (decimal): -7096915 or 11384211. OLE color: 11384211.
HSL color Cylindrical-coordinate representation of color #93B5AD: hue angle of 165.88º 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 #93B5AD is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 181 | 173 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.29 |
| HSL | 165.88º | 0.19% | 0.64% | - |
| HSV(B) | 165.88º | 0.19% | 0.71% | - |
| XYZ | 36.1 | 42.27 | 45.79 | - |
| YUV | 169.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 181 | 173 | 0.19 | 0 | 0.04 | 0.29 | 165.88 | 0.19 | 0.64 |
| Hex | 93 | B5 | AD | 13 | 0 | 4 | 1D | A6 | 13 | 40 |
| Octal | 223 | 265 | 255 | 23 | 0 | 4 | 35 | 246 | 23 | 100 |
| Binary | 10010011 | 10110101 | 10101101 | 10011 | 0 | 100 | 11101 | 10100110 | 10011 | 1000000 |
Color Harmonies of #93B5AD
Complementary color
Monochromatic Colors of #93B5AD
Black with #93B5AD
Text Example
Text Example
White with #93B5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B5AD; }
p { color: rgb(147,181,173); }
H1.HeaderClassName
{
color: #93B5AD;
}
.AnyTagClassName
{
color: #93B5AD;
}
</style>
background-color css
<style>
a { background-color: #93B5AD; }
a { background-color: rgb(147,181,173); }
div.DivClassName
{
background-color: #93B5AD;
}
.BgClassName
{
background-color: #93B5AD;
}
</style>
border-color css
<style>
span { border-color: #93B5AD; }
span { border-color: rgb(147,181,173); }
td.TdClassName
{
border-color: #93B5AD;
}
.TagClassName
{
border-color: #93B5AD;
}
</style>