#9CCEA3

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

Shades of Chinook #9CCEA3

Tints of Chinook #9CCEA3

Color information

#9CCEA3 (or 0x9CCEA3) is unknown color: approx Chinook. HEX triplet: 9C, CE and A3. RGB value is (156,206,163). Sum of RGB (Red+Green+Blue) = 156+206+163=525 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.71% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 163 (64.06% from 255 or 31.05% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #9CCEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCEA3 is #63315C. Grayscale: #BABABA. Windows color (decimal): -6500701 or 10735260. OLE color: 10735260.

HSL color Cylindrical-coordinate representation of color #9CCEA3: hue angle of 128.4º 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 #9CCEA3 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB156206163-
CMYK0.2400.210.19
HSL128.4º33.78%70.98%-
HSV(B)128.4º24.27%80.78%-
XYZ42.3953.8542.81-
YUV186.15114.94106.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.71%
GREEN value IS 206 (80.86% from 255) = 39.24%
BLUE value IS 163 (64.06% from 255) = 31.05%
R=29.71%
G=39.24%
B=31.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1562061630.2400.210.19128.433.7870.98
Hex9CCEA31801513802247
Octal234316243300252320042107
Binary1001110011001110101000111100001010110011100000001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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