#9CD3AE

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

Shades of Chinook #9CD3AE

Tints of Chinook #9CD3AE

Color information

#9CD3AE (or 0x9CD3AE) is unknown color: approx Chinook. HEX triplet: 9C, D3 and AE. RGB value is (156,211,174). Sum of RGB (Red+Green+Blue) = 156+211+174=541 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.84% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 211 - color contains mainly: green. Hex color #9CD3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD3AE is #632C51. Grayscale: #BEBEBE. Windows color (decimal): -6499410 or 11457436. OLE color: 11457436.

HSL color Cylindrical-coordinate representation of color #9CD3AE: hue angle of 139.64º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9CD3AE is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB156211174-
CMYK0.2600.180.17
HSL139.64º38.46%71.96%-
HSV(B)139.64º26.07%82.75%-
XYZ44.6456.7148.64-
YUV190.34118.78103.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.84%
GREEN value IS 211 (82.81% from 255) = 39.00%
BLUE value IS 174 (68.36% from 255) = 32.16%
R=28.84%
G=39.00%
B=32.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1562111740.2600.180.17139.6438.4671.96
Hex9CD3AE1A012118c2648
Octal234323256320222121446110
Binary1001110011010011101011101101001001010001100011001001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,211,174); }

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

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

 a { background-color: rgb(156,211,174); }

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

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

 span { border-color: rgb(156,211,174); }

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