Shades of Conch #91B2B1
Tints of Conch #91B2B1
RGB
CMYK
RGB Variations
Color information
#91B2B1 (or 0x91B2B1) is known color: Conch. HEX triplet: 91, B2 and B1. RGB value is (145,178,177). Sum of RGB (Red+Green+Blue) = 145+178+177=500 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 178 - color contains mainly: green. Hex color #91B2B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91B2B1 is #6E4D4E. Grayscale: #A7A7A7. Windows color (decimal): -7228751 or 11645585. OLE color: 11645585.
HSL color Cylindrical-coordinate representation of color #91B2B1: hue angle of 178.18º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #91B2B1 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 145 | 178 | 177 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.30 |
| HSL | 178.18º | 0.18% | 0.63% | - |
| HSV(B) | 178.18º | 0.19% | 0.7% | - |
| XYZ | 35.53 | 41.03 | 47.64 | - |
| YUV | 168.02 | 133.07 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 178 | 177 | 0.19 | 0 | 0.01 | 0.30 | 178.18 | 0.18 | 0.63 |
| Hex | 91 | B2 | B1 | 13 | 0 | 1 | 1E | B2 | 12 | 3F |
| Octal | 221 | 262 | 261 | 23 | 0 | 1 | 36 | 262 | 22 | 77 |
| Binary | 10010001 | 10110010 | 10110001 | 10011 | 0 | 1 | 11110 | 10110010 | 10010 | 111111 |
Color Harmonies of #91B2B1
Complementary color
Monochromatic Colors of #91B2B1
Black with #91B2B1
Text Example
Text Example
White with #91B2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B2B1; }
p { color: rgb(145,178,177); }
H1.HeaderClassName
{
color: #91B2B1;
}
.AnyTagClassName
{
color: #91B2B1;
}
</style>
background-color css
<style>
a { background-color: #91B2B1; }
a { background-color: rgb(145,178,177); }
div.DivClassName
{
background-color: #91B2B1;
}
.BgClassName
{
background-color: #91B2B1;
}
</style>
border-color css
<style>
span { border-color: #91B2B1; }
span { border-color: rgb(145,178,177); }
td.TdClassName
{
border-color: #91B2B1;
}
.TagClassName
{
border-color: #91B2B1;
}
</style>