Shades of Conch #99B4B0
Tints of Conch #99B4B0
RGB
CMYK
RGB Variations
Color information
#99B4B0 (or 0x99B4B0) is known color: Conch. HEX triplet: 99, B4 and B0. RGB value is (153,180,176). Sum of RGB (Red+Green+Blue) = 153+180+176=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 180 - color contains mainly: green. Hex color #99B4B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B4B0 is #664B4F. Grayscale: #ABABAB. Windows color (decimal): -6703952 or 11580569. OLE color: 11580569.
HSL color Cylindrical-coordinate representation of color #99B4B0: hue angle of 171.11º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99B4B0 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 180 | 176 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.29 |
| HSL | 171.11º | 0.15% | 0.65% | - |
| HSV(B) | 171.11º | 0.15% | 0.71% | - |
| XYZ | 37.29 | 42.55 | 47.32 | - |
| YUV | 171.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 180 | 176 | 0.15 | 0 | 0.02 | 0.29 | 171.11 | 0.15 | 0.65 |
| Hex | 99 | B4 | B0 | F | 0 | 2 | 1D | AB | F | 41 |
| Octal | 231 | 264 | 260 | 17 | 0 | 2 | 35 | 253 | 17 | 101 |
| Binary | 10011001 | 10110100 | 10110000 | 1111 | 0 | 10 | 11101 | 10101011 | 1111 | 1000001 |
Color Harmonies of #99B4B0
Complementary color
Monochromatic Colors of #99B4B0
Black with #99B4B0
Text Example
Text Example
White with #99B4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B4B0; }
p { color: rgb(153,180,176); }
H1.HeaderClassName
{
color: #99B4B0;
}
.AnyTagClassName
{
color: #99B4B0;
}
</style>
background-color css
<style>
a { background-color: #99B4B0; }
a { background-color: rgb(153,180,176); }
div.DivClassName
{
background-color: #99B4B0;
}
.BgClassName
{
background-color: #99B4B0;
}
</style>
border-color css
<style>
span { border-color: #99B4B0; }
span { border-color: rgb(153,180,176); }
td.TdClassName
{
border-color: #99B4B0;
}
.TagClassName
{
border-color: #99B4B0;
}
</style>