#9CCEAB

Color #9CCEAB Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #9CCEAB

Tints of Chinook #9CCEAB

Color information

#9CCEAB (or 0x9CCEAB) is unknown color: approx Chinook. HEX triplet: 9C, CE and AB. RGB value is (156,206,171). Sum of RGB (Red+Green+Blue) = 156+206+171=533 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.27% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #9CCEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCEAB is #633154. Grayscale: #BBBBBB. Windows color (decimal): -6500693 or 11259548. OLE color: 11259548.

HSL color Cylindrical-coordinate representation of color #9CCEAB: hue angle of 138º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCEAB is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB156206171-
CMYK0.2400.170.19
HSL138º33.78%70.98%-
HSV(B)138º24.27%80.78%-
XYZ43.1354.1546.71-
YUV187.06118.94105.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 29.27%
GREEN value IS 206 (80.86% from 255) = 38.65%
BLUE value IS 171 (67.19% from 255) = 32.08%
R=29.27%
G=38.65%
B=32.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1562061710.2400.170.1913833.7870.98
Hex9CCEAB18011138a2247
Octal234316253300212321242107
Binary1001110011001110101010111100001000110011100010101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CCEAB; }

 p { color: rgb(156,206,171); }

 H1.HeaderClassName
 {
   color: #9CCEAB;
 }
 .AnyTagClassName
 {
   color: #9CCEAB;
 }
</style>
background-color css

<style>
 a { background-color: #9CCEAB; }

 a { background-color: rgb(156,206,171); }

 div.DivClassName
 {
   background-color: #9CCEAB;
 }
 .BgClassName
 {
   background-color: #9CCEAB;
 }
</style>
border-color css

<style>
 span { border-color: #9CCEAB; }

 span { border-color: rgb(156,206,171); }

 td.TdClassName
 {
   border-color: #9CCEAB;
 }
 .TagClassName
 {
   border-color: #9CCEAB;
 }
</style>