Shades of Chinook #A2CFB0
Tints of Chinook #A2CFB0
RGB
CMYK
RGB Variations
Color information
#A2CFB0 (or 0xA2CFB0) is known color: Chinook. HEX triplet: A2, CF and B0. RGB value is (162,207,176). Sum of RGB (Red+Green+Blue) = 162+207+176=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CFB0 is #5D304F. Grayscale: #BEBEBE. Windows color (decimal): -6107216 or 11587490. OLE color: 11587490.
HSL color Cylindrical-coordinate representation of color #A2CFB0: hue angle of 138.67º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2CFB0 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 176 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.19 |
| HSL | 138.67º | 0.32% | 0.72% | - |
| HSV(B) | 138.67º | 0.22% | 0.81% | - |
| XYZ | 45.05 | 55.44 | 49.4 | - |
| YUV | 190.01 | 120.09 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 176 | 0.22 | 0 | 0.15 | 0.19 | 138.67 | 0.32 | 0.72 |
| Hex | A2 | CF | B0 | 16 | 0 | F | 13 | 8B | 20 | 48 |
| Octal | 242 | 317 | 260 | 26 | 0 | 17 | 23 | 213 | 40 | 110 |
| Binary | 10100010 | 11001111 | 10110000 | 10110 | 0 | 1111 | 10011 | 10001011 | 100000 | 1001000 |
Color Harmonies of #A2CFB0
Complementary color
Monochromatic Colors of #A2CFB0
Black with #A2CFB0
Text Example
Text Example
White with #A2CFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CFB0; }
p { color: rgb(162,207,176); }
H1.HeaderClassName
{
color: #A2CFB0;
}
.AnyTagClassName
{
color: #A2CFB0;
}
</style>
background-color css
<style>
a { background-color: #A2CFB0; }
a { background-color: rgb(162,207,176); }
div.DivClassName
{
background-color: #A2CFB0;
}
.BgClassName
{
background-color: #A2CFB0;
}
</style>
border-color css
<style>
span { border-color: #A2CFB0; }
span { border-color: rgb(162,207,176); }
td.TdClassName
{
border-color: #A2CFB0;
}
.TagClassName
{
border-color: #A2CFB0;
}
</style>