Shades of Conch #9BAFAE
Tints of Conch #9BAFAE
RGB
CMYK
RGB Variations
Color information
#9BAFAE (or 0x9BAFAE) is known color: Conch. HEX triplet: 9B, AF and AE. RGB value is (155,175,174). Sum of RGB (Red+Green+Blue) = 155+175+174=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAFAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAFAE is #645051. Grayscale: #A8A8A8. Windows color (decimal): -6574162 or 11448219. OLE color: 11448219.
HSL color Cylindrical-coordinate representation of color #9BAFAE: hue angle of 177º 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 #9BAFAE is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 175 | 174 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.31 |
| HSL | 177º | 0.11% | 0.65% | - |
| HSV(B) | 177º | 0.11% | 0.69% | - |
| XYZ | 36.49 | 40.68 | 45.97 | - |
| YUV | 168.91 | 130.87 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 174 | 0.11 | 0 | 0.01 | 0.31 | 177 | 0.11 | 0.65 |
| Hex | 9B | AF | AE | B | 0 | 1 | 1F | B1 | B | 41 |
| Octal | 233 | 257 | 256 | 13 | 0 | 1 | 37 | 261 | 13 | 101 |
| Binary | 10011011 | 10101111 | 10101110 | 1011 | 0 | 1 | 11111 | 10110001 | 1011 | 1000001 |
Color Harmonies of #9BAFAE
Complementary color
Monochromatic Colors of #9BAFAE
Black with #9BAFAE
Text Example
Text Example
White with #9BAFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAFAE; }
p { color: rgb(155,175,174); }
H1.HeaderClassName
{
color: #9BAFAE;
}
.AnyTagClassName
{
color: #9BAFAE;
}
</style>
background-color css
<style>
a { background-color: #9BAFAE; }
a { background-color: rgb(155,175,174); }
div.DivClassName
{
background-color: #9BAFAE;
}
.BgClassName
{
background-color: #9BAFAE;
}
</style>
border-color css
<style>
span { border-color: #9BAFAE; }
span { border-color: rgb(155,175,174); }
td.TdClassName
{
border-color: #9BAFAE;
}
.TagClassName
{
border-color: #9BAFAE;
}
</style>