Shades of Conch #91B7B4
Tints of Conch #91B7B4
RGB
CMYK
RGB Variations
Color information
#91B7B4 (or 0x91B7B4) is known color: Conch. HEX triplet: 91, B7 and B4. RGB value is (145,183,180). Sum of RGB (Red+Green+Blue) = 145+183+180=508 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.54% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 183 - color contains mainly: green. Hex color #91B7B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B7B4 is #6E484B. Grayscale: #ABABAB. Windows color (decimal): -7227468 or 11843473. OLE color: 11843473.
HSL color Cylindrical-coordinate representation of color #91B7B4: hue angle of 175.26º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #91B7B4 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 183 | 180 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.28 |
| HSL | 175.26º | 0.21% | 0.64% | - |
| HSV(B) | 175.26º | 0.21% | 0.72% | - |
| XYZ | 36.85 | 43.18 | 49.57 | - |
| YUV | 171.3 | 132.91 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 183 | 180 | 0.21 | 0 | 0.02 | 0.28 | 175.26 | 0.21 | 0.64 |
| Hex | 91 | B7 | B4 | 15 | 0 | 2 | 1C | AF | 15 | 40 |
| Octal | 221 | 267 | 264 | 25 | 0 | 2 | 34 | 257 | 25 | 100 |
| Binary | 10010001 | 10110111 | 10110100 | 10101 | 0 | 10 | 11100 | 10101111 | 10101 | 1000000 |
Color Harmonies of #91B7B4
Complementary color
Monochromatic Colors of #91B7B4
Black with #91B7B4
Text Example
Text Example
White with #91B7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B7B4; }
p { color: rgb(145,183,180); }
H1.HeaderClassName
{
color: #91B7B4;
}
.AnyTagClassName
{
color: #91B7B4;
}
</style>
background-color css
<style>
a { background-color: #91B7B4; }
a { background-color: rgb(145,183,180); }
div.DivClassName
{
background-color: #91B7B4;
}
.BgClassName
{
background-color: #91B7B4;
}
</style>
border-color css
<style>
span { border-color: #91B7B4; }
span { border-color: rgb(145,183,180); }
td.TdClassName
{
border-color: #91B7B4;
}
.TagClassName
{
border-color: #91B7B4;
}
</style>