Shades of Conch #91B0AD
Tints of Conch #91B0AD
RGB
CMYK
RGB Variations
Color information
#91B0AD (or 0x91B0AD) is known color: Conch. HEX triplet: 91, B0 and AD. RGB value is (145,176,173). Sum of RGB (Red+Green+Blue) = 145+176+173=494 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.35% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 176 - color contains mainly: green. Hex color #91B0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91B0AD is #6E4F52. Grayscale: #A6A6A6. Windows color (decimal): -7229267 or 11382929. OLE color: 11382929.
HSL color Cylindrical-coordinate representation of color #91B0AD: hue angle of 174.19º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #91B0AD is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 176 | 173 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.31 |
| HSL | 174.19º | 0.16% | 0.63% | - |
| HSV(B) | 174.19º | 0.18% | 0.69% | - |
| XYZ | 34.75 | 40.09 | 45.44 | - |
| YUV | 166.39 | 131.73 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 176 | 173 | 0.18 | 0 | 0.02 | 0.31 | 174.19 | 0.16 | 0.63 |
| Hex | 91 | B0 | AD | 12 | 0 | 2 | 1F | AE | 10 | 3F |
| Octal | 221 | 260 | 255 | 22 | 0 | 2 | 37 | 256 | 20 | 77 |
| Binary | 10010001 | 10110000 | 10101101 | 10010 | 0 | 10 | 11111 | 10101110 | 10000 | 111111 |
Color Harmonies of #91B0AD
Complementary color
Monochromatic Colors of #91B0AD
Black with #91B0AD
Text Example
Text Example
White with #91B0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B0AD; }
p { color: rgb(145,176,173); }
H1.HeaderClassName
{
color: #91B0AD;
}
.AnyTagClassName
{
color: #91B0AD;
}
</style>
background-color css
<style>
a { background-color: #91B0AD; }
a { background-color: rgb(145,176,173); }
div.DivClassName
{
background-color: #91B0AD;
}
.BgClassName
{
background-color: #91B0AD;
}
</style>
border-color css
<style>
span { border-color: #91B0AD; }
span { border-color: rgb(145,176,173); }
td.TdClassName
{
border-color: #91B0AD;
}
.TagClassName
{
border-color: #91B0AD;
}
</style>