#9CD5AE

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

Shades of Chinook #9CD5AE

Tints of Chinook #9CD5AE

Color information

#9CD5AE (or 0x9CD5AE) is unknown color: approx Chinook. HEX triplet: 9C, D5 and AE. RGB value is (156,213,174). Sum of RGB (Red+Green+Blue) = 156+213+174=543 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.73% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 213 - color contains mainly: green. Hex color #9CD5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD5AE is #632A51. Grayscale: #BFBFBF. Windows color (decimal): -6498898 or 11457948. OLE color: 11457948.

HSL color Cylindrical-coordinate representation of color #9CD5AE: hue angle of 138.95º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CD5AE is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB156213174-
CMYK0.2700.180.16
HSL138.95º40.43%72.35%-
HSV(B)138.95º26.76%83.53%-
XYZ45.1457.7148.8-
YUV191.51118.12102.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.73%
GREEN value IS 213 (83.59% from 255) = 39.23%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=28.73%
G=39.23%
B=32.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1562131740.2700.180.16138.9540.4372.35
Hex9CD5AE1B012108b2848
Octal234325256330222021350110
Binary1001110011010101101011101101101001010000100010111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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