Shades of Conch #93B6B2
Tints of Conch #93B6B2
RGB
CMYK
RGB Variations
Color information
#93B6B2 (or 0x93B6B2) is known color: Conch. HEX triplet: 93, B6 and B2. RGB value is (147,182,178). Sum of RGB (Red+Green+Blue) = 147+182+178=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 182 - color contains mainly: green. Hex color #93B6B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B6B2 is #6C494D. Grayscale: #ABABAB. Windows color (decimal): -7096654 or 11712147. OLE color: 11712147.
HSL color Cylindrical-coordinate representation of color #93B6B2: hue angle of 173.14º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #93B6B2 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 182 | 178 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.29 |
| HSL | 173.14º | 0.19% | 0.65% | - |
| HSV(B) | 173.14º | 0.19% | 0.71% | - |
| XYZ | 36.8 | 42.87 | 48.46 | - |
| YUV | 171.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 182 | 178 | 0.19 | 0 | 0.02 | 0.29 | 173.14 | 0.19 | 0.65 |
| Hex | 93 | B6 | B2 | 13 | 0 | 2 | 1D | AD | 13 | 41 |
| Octal | 223 | 266 | 262 | 23 | 0 | 2 | 35 | 255 | 23 | 101 |
| Binary | 10010011 | 10110110 | 10110010 | 10011 | 0 | 10 | 11101 | 10101101 | 10011 | 1000001 |
Color Harmonies of #93B6B2
Complementary color
Monochromatic Colors of #93B6B2
Black with #93B6B2
Text Example
Text Example
White with #93B6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B6B2; }
p { color: rgb(147,182,178); }
H1.HeaderClassName
{
color: #93B6B2;
}
.AnyTagClassName
{
color: #93B6B2;
}
</style>
background-color css
<style>
a { background-color: #93B6B2; }
a { background-color: rgb(147,182,178); }
div.DivClassName
{
background-color: #93B6B2;
}
.BgClassName
{
background-color: #93B6B2;
}
</style>
border-color css
<style>
span { border-color: #93B6B2; }
span { border-color: rgb(147,182,178); }
td.TdClassName
{
border-color: #93B6B2;
}
.TagClassName
{
border-color: #93B6B2;
}
</style>