Shades of Conch #95B7B1
Tints of Conch #95B7B1
RGB
CMYK
RGB Variations
Color information
#95B7B1 (or 0x95B7B1) is known color: Conch. HEX triplet: 95, B7 and B1. RGB value is (149,183,177). Sum of RGB (Red+Green+Blue) = 149+183+177=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 183 - color contains mainly: green. Hex color #95B7B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B7B1 is #6A484E. Grayscale: #ACACAC. Windows color (decimal): -6965327 or 11646869. OLE color: 11646869.
HSL color Cylindrical-coordinate representation of color #95B7B1: hue angle of 169.41º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95B7B1 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 183 | 177 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.28 |
| HSL | 169.41º | 0.19% | 0.65% | - |
| HSV(B) | 169.41º | 0.19% | 0.72% | - |
| XYZ | 37.26 | 43.43 | 48.01 | - |
| YUV | 172.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 183 | 177 | 0.19 | 0 | 0.03 | 0.28 | 169.41 | 0.19 | 0.65 |
| Hex | 95 | B7 | B1 | 13 | 0 | 3 | 1C | A9 | 13 | 41 |
| Octal | 225 | 267 | 261 | 23 | 0 | 3 | 34 | 251 | 23 | 101 |
| Binary | 10010101 | 10110111 | 10110001 | 10011 | 0 | 11 | 11100 | 10101001 | 10011 | 1000001 |
Color Harmonies of #95B7B1
Complementary color
Monochromatic Colors of #95B7B1
Black with #95B7B1
Text Example
Text Example
White with #95B7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B7B1; }
p { color: rgb(149,183,177); }
H1.HeaderClassName
{
color: #95B7B1;
}
.AnyTagClassName
{
color: #95B7B1;
}
</style>
background-color css
<style>
a { background-color: #95B7B1; }
a { background-color: rgb(149,183,177); }
div.DivClassName
{
background-color: #95B7B1;
}
.BgClassName
{
background-color: #95B7B1;
}
</style>
border-color css
<style>
span { border-color: #95B7B1; }
span { border-color: rgb(149,183,177); }
td.TdClassName
{
border-color: #95B7B1;
}
.TagClassName
{
border-color: #95B7B1;
}
</style>