Shades of Conch #96B5AF
Tints of Conch #96B5AF
RGB
CMYK
RGB Variations
Color information
#96B5AF (or 0x96B5AF) is known color: Conch. HEX triplet: 96, B5 and AF. RGB value is (150,181,175). Sum of RGB (Red+Green+Blue) = 150+181+175=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 181 - color contains mainly: green. Hex color #96B5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B5AF is #694A50. Grayscale: #ABABAB. Windows color (decimal): -6900305 or 11515286. OLE color: 11515286.
HSL color Cylindrical-coordinate representation of color #96B5AF: hue angle of 168.39º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96B5AF is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
RGB | 150 | 181 | 175 | - |
CMYK | 0.17 | 0 | 0.03 | 0.29 |
HSL | 168.39º | 0.17% | 0.65% | - |
HSV(B) | 168.39º | 0.17% | 0.71% | - |
XYZ | 36.84 | 42.63 | 46.84 | - |
YUV | 171.05 | 130.23 | 112.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 150 | 181 | 175 | 0.17 | 0 | 0.03 | 0.29 | 168.39 | 0.17 | 0.65 |
Hex | 96 | B5 | AF | 11 | 0 | 3 | 1D | A8 | 11 | 41 |
Octal | 226 | 265 | 257 | 21 | 0 | 3 | 35 | 250 | 21 | 101 |
Binary | 10010110 | 10110101 | 10101111 | 10001 | 0 | 11 | 11101 | 10101000 | 10001 | 1000001 |
Color Harmonies of #96B5AF
Complementary color
Monochromatic Colors of #96B5AF
Black with #96B5AF
Text Example
Text Example
White with #96B5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B5AF; }
p { color: rgb(150,181,175); }
H1.HeaderClassName
{
color: #96B5AF;
}
.AnyTagClassName
{
color: #96B5AF;
}
</style>
background-color css
<style>
a { background-color: #96B5AF; }
a { background-color: rgb(150,181,175); }
div.DivClassName
{
background-color: #96B5AF;
}
.BgClassName
{
background-color: #96B5AF;
}
</style>
border-color css
<style>
span { border-color: #96B5AF; }
span { border-color: rgb(150,181,175); }
td.TdClassName
{
border-color: #96B5AF;
}
.TagClassName
{
border-color: #96B5AF;
}
</style>