Shades of Conch #96AFAC
Tints of Conch #96AFAC
RGB
CMYK
RGB Variations
Color information
#96AFAC (or 0x96AFAC) is known color: Conch. HEX triplet: 96, AF and AC. RGB value is (150,175,172). Sum of RGB (Red+Green+Blue) = 150+175+172=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 175 - color contains mainly: green. Hex color #96AFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AFAC is #695053. Grayscale: #A7A7A7. Windows color (decimal): -6901844 or 11317142. OLE color: 11317142.
HSL color Cylindrical-coordinate representation of color #96AFAC: hue angle of 172.8º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #96AFAC is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 175 | 172 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.31 |
| HSL | 172.8º | 0.14% | 0.64% | - |
| HSV(B) | 172.8º | 0.14% | 0.69% | - |
| XYZ | 35.35 | 40.12 | 44.91 | - |
| YUV | 167.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 175 | 172 | 0.14 | 0 | 0.02 | 0.31 | 172.8 | 0.14 | 0.64 |
| Hex | 96 | AF | AC | E | 0 | 2 | 1F | AD | E | 40 |
| Octal | 226 | 257 | 254 | 16 | 0 | 2 | 37 | 255 | 16 | 100 |
| Binary | 10010110 | 10101111 | 10101100 | 1110 | 0 | 10 | 11111 | 10101101 | 1110 | 1000000 |
Color Harmonies of #96AFAC
Complementary color
Monochromatic Colors of #96AFAC
Black with #96AFAC
Text Example
Text Example
White with #96AFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AFAC; }
p { color: rgb(150,175,172); }
H1.HeaderClassName
{
color: #96AFAC;
}
.AnyTagClassName
{
color: #96AFAC;
}
</style>
background-color css
<style>
a { background-color: #96AFAC; }
a { background-color: rgb(150,175,172); }
div.DivClassName
{
background-color: #96AFAC;
}
.BgClassName
{
background-color: #96AFAC;
}
</style>
border-color css
<style>
span { border-color: #96AFAC; }
span { border-color: rgb(150,175,172); }
td.TdClassName
{
border-color: #96AFAC;
}
.TagClassName
{
border-color: #96AFAC;
}
</style>