Shades of Chinook #9BEBAF
Tints of Chinook #9BEBAF
RGB
CMYK
RGB Variations
Color information
#9BEBAF (or 0x9BEBAF) is known color: Chinook. HEX triplet: 9B, EB and AF. RGB value is (155,235,175). Sum of RGB (Red+Green+Blue) = 155+235+175=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEBAF is #641450. Grayscale: #CCCCCC. Windows color (decimal): -6558801 or 11529115. OLE color: 11529115.
HSL color Cylindrical-coordinate representation of color #9BEBAF: hue angle of 135º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEBAF is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 235 | 175 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.08 |
| HSL | 135º | 0.67% | 0.76% | - |
| HSV(B) | 135º | 0.34% | 0.92% | - |
| XYZ | 50.96 | 69.48 | 51.28 | - |
| YUV | 204.24 | 111.5 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 235 | 175 | 0.34 | 0 | 0.26 | 0.08 | 135 | 0.67 | 0.76 |
| Hex | 9B | EB | AF | 22 | 0 | 1A | 8 | 87 | 43 | 4C |
| Octal | 233 | 353 | 257 | 42 | 0 | 32 | 10 | 207 | 103 | 114 |
| Binary | 10011011 | 11101011 | 10101111 | 100010 | 0 | 11010 | 1000 | 10000111 | 1000011 | 1001100 |
Color Harmonies of #9BEBAF
Complementary color
Monochromatic Colors of #9BEBAF
Black with #9BEBAF
Text Example
Text Example
White with #9BEBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEBAF; }
p { color: rgb(155,235,175); }
H1.HeaderClassName
{
color: #9BEBAF;
}
.AnyTagClassName
{
color: #9BEBAF;
}
</style>
background-color css
<style>
a { background-color: #9BEBAF; }
a { background-color: rgb(155,235,175); }
div.DivClassName
{
background-color: #9BEBAF;
}
.BgClassName
{
background-color: #9BEBAF;
}
</style>
border-color css
<style>
span { border-color: #9BEBAF; }
span { border-color: rgb(155,235,175); }
td.TdClassName
{
border-color: #9BEBAF;
}
.TagClassName
{
border-color: #9BEBAF;
}
</style>