Shades of Conch #91B2AE
Tints of Conch #91B2AE
RGB
CMYK
RGB Variations
Color information
#91B2AE (or 0x91B2AE) is known color: Conch. HEX triplet: 91, B2 and AE. RGB value is (145,178,174). Sum of RGB (Red+Green+Blue) = 145+178+174=497 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.18% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 178 - color contains mainly: green. Hex color #91B2AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91B2AE is #6E4D51. Grayscale: #A7A7A7. Windows color (decimal): -7228754 or 11448977. OLE color: 11448977.
HSL color Cylindrical-coordinate representation of color #91B2AE: hue angle of 172.73º 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 #91B2AE is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 145 | 178 | 174 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.30 |
| HSL | 172.73º | 0.18% | 0.63% | - |
| HSV(B) | 172.73º | 0.19% | 0.7% | - |
| XYZ | 35.24 | 40.92 | 46.08 | - |
| YUV | 167.68 | 131.57 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 178 | 174 | 0.19 | 0 | 0.02 | 0.30 | 172.73 | 0.18 | 0.63 |
| Hex | 91 | B2 | AE | 13 | 0 | 2 | 1E | AD | 12 | 3F |
| Octal | 221 | 262 | 256 | 23 | 0 | 2 | 36 | 255 | 22 | 77 |
| Binary | 10010001 | 10110010 | 10101110 | 10011 | 0 | 10 | 11110 | 10101101 | 10010 | 111111 |
Color Harmonies of #91B2AE
Complementary color
Monochromatic Colors of #91B2AE
Black with #91B2AE
Text Example
Text Example
White with #91B2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B2AE; }
p { color: rgb(145,178,174); }
H1.HeaderClassName
{
color: #91B2AE;
}
.AnyTagClassName
{
color: #91B2AE;
}
</style>
background-color css
<style>
a { background-color: #91B2AE; }
a { background-color: rgb(145,178,174); }
div.DivClassName
{
background-color: #91B2AE;
}
.BgClassName
{
background-color: #91B2AE;
}
</style>
border-color css
<style>
span { border-color: #91B2AE; }
span { border-color: rgb(145,178,174); }
td.TdClassName
{
border-color: #91B2AE;
}
.TagClassName
{
border-color: #91B2AE;
}
</style>