#8CD1A0

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

Shades of Chinook #8CD1A0

Tints of Chinook #8CD1A0

Color information

#8CD1A0 (or 0x8CD1A0) is unknown color: approx Chinook. HEX triplet: 8C, D1 and A0. RGB value is (140,209,160). Sum of RGB (Red+Green+Blue) = 140+209+160=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 209 - color contains mainly: green. Hex color #8CD1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD1A0 is #732E5F. Grayscale: #B6B6B6. Windows color (decimal): -7548512 or 10539404. OLE color: 10539404.

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

Color convert

RGB140209160-
CMYK0.3300.230.18
HSL137.39º42.86%68.43%-
HSV(B)137.39º33.01%81.96%-
XYZ39.9653.7141.52-
YUV182.78115.1497.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.50%
GREEN value IS 209 (82.03% from 255) = 41.06%
BLUE value IS 160 (62.89% from 255) = 31.43%
R=27.50%
G=41.06%
B=31.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402091600.3300.230.18137.3942.8668.43
Hex8CD1A02101712892b44
Octal214321240410272221153104
Binary10001100110100011010000010000101011110010100010011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,209,160); }

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

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

 a { background-color: rgb(140,209,160); }

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

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

 span { border-color: rgb(140,209,160); }

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