Shades of Conch #9BAFAD
Tints of Conch #9BAFAD
RGB
CMYK
RGB Variations
Color information
#9BAFAD (or 0x9BAFAD) is known color: Conch. HEX triplet: 9B, AF and AD. RGB value is (155,175,173). Sum of RGB (Red+Green+Blue) = 155+175+173=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAFAD is #645052. Grayscale: #A8A8A8. Windows color (decimal): -6574163 or 11382683. OLE color: 11382683.
HSL color Cylindrical-coordinate representation of color #9BAFAD: hue angle of 174º 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 #9BAFAD is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 175 | 173 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.31 |
| HSL | 174º | 0.11% | 0.65% | - |
| HSV(B) | 174º | 0.11% | 0.69% | - |
| XYZ | 36.39 | 40.65 | 45.46 | - |
| YUV | 168.79 | 130.37 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 173 | 0.11 | 0 | 0.01 | 0.31 | 174 | 0.11 | 0.65 |
| Hex | 9B | AF | AD | B | 0 | 1 | 1F | AE | B | 41 |
| Octal | 233 | 257 | 255 | 13 | 0 | 1 | 37 | 256 | 13 | 101 |
| Binary | 10011011 | 10101111 | 10101101 | 1011 | 0 | 1 | 11111 | 10101110 | 1011 | 1000001 |
Color Harmonies of #9BAFAD
Complementary color
Monochromatic Colors of #9BAFAD
Black with #9BAFAD
Text Example
Text Example
White with #9BAFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAFAD; }
p { color: rgb(155,175,173); }
H1.HeaderClassName
{
color: #9BAFAD;
}
.AnyTagClassName
{
color: #9BAFAD;
}
</style>
background-color css
<style>
a { background-color: #9BAFAD; }
a { background-color: rgb(155,175,173); }
div.DivClassName
{
background-color: #9BAFAD;
}
.BgClassName
{
background-color: #9BAFAD;
}
</style>
border-color css
<style>
span { border-color: #9BAFAD; }
span { border-color: rgb(155,175,173); }
td.TdClassName
{
border-color: #9BAFAD;
}
.TagClassName
{
border-color: #9BAFAD;
}
</style>