#8CD2A3

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

Shades of Chinook #8CD2A3

Tints of Chinook #8CD2A3

Color information

#8CD2A3 (or 0x8CD2A3) is unknown color: approx Chinook. HEX triplet: 8C, D2 and A3. RGB value is (140,210,163). Sum of RGB (Red+Green+Blue) = 140+210+163=513 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.29% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD2A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD2A3 is #732D5C. Grayscale: #B7B7B7. Windows color (decimal): -7548253 or 10736268. OLE color: 10736268.

HSL color Cylindrical-coordinate representation of color #8CD2A3: hue angle of 139.71º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CD2A3 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB140210163-
CMYK0.3300.220.18
HSL139.71º43.75%68.63%-
HSV(B)139.71º33.33%82.35%-
XYZ40.4754.3143-
YUV183.71116.3196.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.29%
GREEN value IS 210 (82.42% from 255) = 40.94%
BLUE value IS 163 (64.06% from 255) = 31.77%
R=27.29%
G=40.94%
B=31.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402101630.3300.220.18139.7143.7568.63
Hex8CD2A321016128c2c45
Octal214322243410262221454105
Binary10001100110100101010001110000101011010010100011001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CD2A3; }

 p { color: rgb(140,210,163); }

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

<style>
 a { background-color: #8CD2A3; }

 a { background-color: rgb(140,210,163); }

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

<style>
 span { border-color: #8CD2A3; }

 span { border-color: rgb(140,210,163); }

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