Shades of Conch #99B2B2
Tints of Conch #99B2B2
RGB
CMYK
RGB Variations
Color information
#99B2B2 (or 0x99B2B2) is known color: Conch. HEX triplet: 99, B2 and B2. RGB value is (153,178,178). Sum of RGB (Red+Green+Blue) = 153+178+178=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 178 - color contains mainly: green, blue. Hex color #99B2B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B2B2 is #664D4D. Grayscale: #AAAAAA. Windows color (decimal): -6704462 or 11711129. OLE color: 11711129.
HSL color Cylindrical-coordinate representation of color #99B2B2: hue angle of 180º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99B2B2 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 178 | 178 | - |
| CMYK | 0.14 | 0 | 0 | 0.30 |
| HSL | 180º | 0.14% | 0.65% | - |
| HSV(B) | 180º | 0.14% | 0.7% | - |
| XYZ | 37.09 | 41.83 | 48.24 | - |
| YUV | 170.53 | 132.22 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 178 | 178 | 0.14 | 0 | 0 | 0.30 | 180 | 0.14 | 0.65 |
| Hex | 99 | B2 | B2 | E | 0 | 0 | 1E | B4 | E | 41 |
| Octal | 231 | 262 | 262 | 16 | 0 | 0 | 36 | 264 | 16 | 101 |
| Binary | 10011001 | 10110010 | 10110010 | 1110 | 0 | 0 | 11110 | 10110100 | 1110 | 1000001 |
Color Harmonies of #99B2B2
Complementary color
Monochromatic Colors of #99B2B2
Black with #99B2B2
Text Example
Text Example
White with #99B2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B2B2; }
p { color: rgb(153,178,178); }
H1.HeaderClassName
{
color: #99B2B2;
}
.AnyTagClassName
{
color: #99B2B2;
}
</style>
background-color css
<style>
a { background-color: #99B2B2; }
a { background-color: rgb(153,178,178); }
div.DivClassName
{
background-color: #99B2B2;
}
.BgClassName
{
background-color: #99B2B2;
}
</style>
border-color css
<style>
span { border-color: #99B2B2; }
span { border-color: rgb(153,178,178); }
td.TdClassName
{
border-color: #99B2B2;
}
.TagClassName
{
border-color: #99B2B2;
}
</style>