Shades of Conch #93B3AF
Tints of Conch #93B3AF
RGB
CMYK
RGB Variations
Color information
#93B3AF (or 0x93B3AF) is known color: Conch. HEX triplet: 93, B3 and AF. RGB value is (147,179,175). Sum of RGB (Red+Green+Blue) = 147+179+175=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 179 - color contains mainly: green. Hex color #93B3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B3AF is #6C4C50. Grayscale: #A8A8A8. Windows color (decimal): -7097425 or 11514771. OLE color: 11514771.
HSL color Cylindrical-coordinate representation of color #93B3AF: hue angle of 172.5º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93B3AF is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 147 | 179 | 175 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.30 |
| HSL | 172.5º | 0.17% | 0.64% | - |
| HSV(B) | 172.5º | 0.18% | 0.7% | - |
| XYZ | 35.89 | 41.54 | 46.68 | - |
| YUV | 168.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 179 | 175 | 0.18 | 0 | 0.02 | 0.30 | 172.5 | 0.17 | 0.64 |
| Hex | 93 | B3 | AF | 12 | 0 | 2 | 1E | AC | 11 | 40 |
| Octal | 223 | 263 | 257 | 22 | 0 | 2 | 36 | 254 | 21 | 100 |
| Binary | 10010011 | 10110011 | 10101111 | 10010 | 0 | 10 | 11110 | 10101100 | 10001 | 1000000 |
Color Harmonies of #93B3AF
Complementary color
Monochromatic Colors of #93B3AF
Black with #93B3AF
Text Example
Text Example
White with #93B3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B3AF; }
p { color: rgb(147,179,175); }
H1.HeaderClassName
{
color: #93B3AF;
}
.AnyTagClassName
{
color: #93B3AF;
}
</style>
background-color css
<style>
a { background-color: #93B3AF; }
a { background-color: rgb(147,179,175); }
div.DivClassName
{
background-color: #93B3AF;
}
.BgClassName
{
background-color: #93B3AF;
}
</style>
border-color css
<style>
span { border-color: #93B3AF; }
span { border-color: rgb(147,179,175); }
td.TdClassName
{
border-color: #93B3AF;
}
.TagClassName
{
border-color: #93B3AF;
}
</style>