Shades of Chinook #A3DEB3
Tints of Chinook #A3DEB3
RGB
CMYK
RGB Variations
Color information
#A3DEB3 (or 0xA3DEB3) is known color: Chinook. HEX triplet: A3, DE and B3. RGB value is (163,222,179). Sum of RGB (Red+Green+Blue) = 163+222+179=564 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.90% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 179 (70.31% from 255 or 31.74% from 564); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DEB3 is #5C214C. Grayscale: #C7C7C7. Windows color (decimal): -6037837 or 11787939. OLE color: 11787939.
HSL color Cylindrical-coordinate representation of color #A3DEB3: hue angle of 136.27º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3DEB3 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 222 | 179 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.13 |
| HSL | 136.27º | 0.47% | 0.75% | - |
| HSV(B) | 136.27º | 0.27% | 0.87% | - |
| XYZ | 49.36 | 63.28 | 52.26 | - |
| YUV | 199.46 | 116.45 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 222 | 179 | 0.27 | 0 | 0.19 | 0.13 | 136.27 | 0.47 | 0.75 |
| Hex | A3 | DE | B3 | 1B | 0 | 13 | D | 88 | 2F | 4B |
| Octal | 243 | 336 | 263 | 33 | 0 | 23 | 15 | 210 | 57 | 113 |
| Binary | 10100011 | 11011110 | 10110011 | 11011 | 0 | 10011 | 1101 | 10001000 | 101111 | 1001011 |
Color Harmonies of #A3DEB3
Complementary color
Monochromatic Colors of #A3DEB3
Black with #A3DEB3
Text Example
Text Example
White with #A3DEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DEB3; }
p { color: rgb(163,222,179); }
H1.HeaderClassName
{
color: #A3DEB3;
}
.AnyTagClassName
{
color: #A3DEB3;
}
</style>
background-color css
<style>
a { background-color: #A3DEB3; }
a { background-color: rgb(163,222,179); }
div.DivClassName
{
background-color: #A3DEB3;
}
.BgClassName
{
background-color: #A3DEB3;
}
</style>
border-color css
<style>
span { border-color: #A3DEB3; }
span { border-color: rgb(163,222,179); }
td.TdClassName
{
border-color: #A3DEB3;
}
.TagClassName
{
border-color: #A3DEB3;
}
</style>