Shades of Conch #91B4AF
Tints of Conch #91B4AF
RGB
CMYK
RGB Variations
Color information
#91B4AF (or 0x91B4AF) is known color: Conch. HEX triplet: 91, B4 and AF. RGB value is (145,180,175). Sum of RGB (Red+Green+Blue) = 145+180+175=500 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 180 - color contains mainly: green. Hex color #91B4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91B4AF is #6E4B50. Grayscale: #A8A8A8. Windows color (decimal): -7228241 or 11515025. OLE color: 11515025.
HSL color Cylindrical-coordinate representation of color #91B4AF: hue angle of 171.43º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #91B4AF is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 180 | 175 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.29 |
| HSL | 171.43º | 0.19% | 0.64% | - |
| HSV(B) | 171.43º | 0.19% | 0.71% | - |
| XYZ | 35.74 | 41.76 | 46.73 | - |
| YUV | 168.97 | 131.4 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 180 | 175 | 0.19 | 0 | 0.03 | 0.29 | 171.43 | 0.19 | 0.64 |
| Hex | 91 | B4 | AF | 13 | 0 | 3 | 1D | AB | 13 | 40 |
| Octal | 221 | 264 | 257 | 23 | 0 | 3 | 35 | 253 | 23 | 100 |
| Binary | 10010001 | 10110100 | 10101111 | 10011 | 0 | 11 | 11101 | 10101011 | 10011 | 1000000 |
Color Harmonies of #91B4AF
Complementary color
Monochromatic Colors of #91B4AF
Black with #91B4AF
Text Example
Text Example
White with #91B4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B4AF; }
p { color: rgb(145,180,175); }
H1.HeaderClassName
{
color: #91B4AF;
}
.AnyTagClassName
{
color: #91B4AF;
}
</style>
background-color css
<style>
a { background-color: #91B4AF; }
a { background-color: rgb(145,180,175); }
div.DivClassName
{
background-color: #91B4AF;
}
.BgClassName
{
background-color: #91B4AF;
}
</style>
border-color css
<style>
span { border-color: #91B4AF; }
span { border-color: rgb(145,180,175); }
td.TdClassName
{
border-color: #91B4AF;
}
.TagClassName
{
border-color: #91B4AF;
}
</style>