Shades of Conch #99BABA
Tints of Conch #99BABA
RGB
CMYK
RGB Variations
Color information
#99BABA (or 0x99BABA) is known color: Conch. HEX triplet: 99, BA and BA. RGB value is (153,186,186). Sum of RGB (Red+Green+Blue) = 153+186+186=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #99BABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BABA is #664545. Grayscale: #B0B0B0. Windows color (decimal): -6702406 or 12237465. OLE color: 12237465.
HSL color Cylindrical-coordinate representation of color #99BABA: hue angle of 180º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99BABA is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 186 | - |
| CMYK | 0.18 | 0 | 0 | 0.27 |
| HSL | 180º | 0.19% | 0.66% | - |
| HSV(B) | 180º | 0.18% | 0.73% | - |
| XYZ | 39.56 | 45.44 | 53.14 | - |
| YUV | 176.13 | 133.57 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 186 | 0.18 | 0 | 0 | 0.27 | 180 | 0.19 | 0.66 |
| Hex | 99 | BA | BA | 12 | 0 | 0 | 1B | B4 | 13 | 42 |
| Octal | 231 | 272 | 272 | 22 | 0 | 0 | 33 | 264 | 23 | 102 |
| Binary | 10011001 | 10111010 | 10111010 | 10010 | 0 | 0 | 11011 | 10110100 | 10011 | 1000010 |
Color Harmonies of #99BABA
Complementary color
Monochromatic Colors of #99BABA
Black with #99BABA
Text Example
Text Example
White with #99BABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BABA; }
p { color: rgb(153,186,186); }
H1.HeaderClassName
{
color: #99BABA;
}
.AnyTagClassName
{
color: #99BABA;
}
</style>
background-color css
<style>
a { background-color: #99BABA; }
a { background-color: rgb(153,186,186); }
div.DivClassName
{
background-color: #99BABA;
}
.BgClassName
{
background-color: #99BABA;
}
</style>
border-color css
<style>
span { border-color: #99BABA; }
span { border-color: rgb(153,186,186); }
td.TdClassName
{
border-color: #99BABA;
}
.TagClassName
{
border-color: #99BABA;
}
</style>