#9CCFAB

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

Shades of Chinook #9CCFAB

Tints of Chinook #9CCFAB

Color information

#9CCFAB (or 0x9CCFAB) is unknown color: approx Chinook. HEX triplet: 9C, CF and AB. RGB value is (156,207,171). Sum of RGB (Red+Green+Blue) = 156+207+171=534 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.21% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCFAB is #633054. Grayscale: #BBBBBB. Windows color (decimal): -6500437 or 11259804. OLE color: 11259804.

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

Color convert

RGB156207171-
CMYK0.2500.170.19
HSL137.65º34.69%71.18%-
HSV(B)137.65º24.64%81.18%-
XYZ43.3754.6346.79-
YUV187.65118.6105.43-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.21%
GREEN value IS 207 (81.25% from 255) = 38.76%
BLUE value IS 171 (67.19% from 255) = 32.02%
R=29.21%
G=38.76%
B=32.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1562071710.2500.170.19137.6534.6971.18
Hex9CCFAB19011138a2347
Octal234317253310212321243107
Binary1001110011001111101010111100101000110011100010101000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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