Shades of Conch #9CAFAC
Tints of Conch #9CAFAC
RGB
CMYK
RGB Variations
Color information
#9CAFAC (or 0x9CAFAC) is known color: Conch. HEX triplet: 9C, AF and AC. RGB value is (156,175,172). Sum of RGB (Red+Green+Blue) = 156+175+172=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAFAC is #635053. Grayscale: #A8A8A8. Windows color (decimal): -6508628 or 11317148. OLE color: 11317148.
HSL color Cylindrical-coordinate representation of color #9CAFAC: hue angle of 170.53º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9CAFAC is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 175 | 172 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.31 |
| HSL | 170.53º | 0.11% | 0.65% | - |
| HSV(B) | 170.53º | 0.11% | 0.69% | - |
| XYZ | 36.49 | 40.71 | 44.96 | - |
| YUV | 168.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 172 | 0.11 | 0 | 0.02 | 0.31 | 170.53 | 0.11 | 0.65 |
| Hex | 9C | AF | AC | B | 0 | 2 | 1F | AB | B | 41 |
| Octal | 234 | 257 | 254 | 13 | 0 | 2 | 37 | 253 | 13 | 101 |
| Binary | 10011100 | 10101111 | 10101100 | 1011 | 0 | 10 | 11111 | 10101011 | 1011 | 1000001 |
Color Harmonies of #9CAFAC
Complementary color
Monochromatic Colors of #9CAFAC
Black with #9CAFAC
Text Example
Text Example
White with #9CAFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAFAC; }
p { color: rgb(156,175,172); }
H1.HeaderClassName
{
color: #9CAFAC;
}
.AnyTagClassName
{
color: #9CAFAC;
}
</style>
background-color css
<style>
a { background-color: #9CAFAC; }
a { background-color: rgb(156,175,172); }
div.DivClassName
{
background-color: #9CAFAC;
}
.BgClassName
{
background-color: #9CAFAC;
}
</style>
border-color css
<style>
span { border-color: #9CAFAC; }
span { border-color: rgb(156,175,172); }
td.TdClassName
{
border-color: #9CAFAC;
}
.TagClassName
{
border-color: #9CAFAC;
}
</style>