#8DCCA0

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

Shades of Chinook #8DCCA0

Tints of Chinook #8DCCA0

Color information

#8DCCA0 (or 0x8DCCA0) is unknown color: approx Chinook. HEX triplet: 8D, CC and A0. RGB value is (141,204,160). Sum of RGB (Red+Green+Blue) = 141+204+160=505 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.92% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCCA0 is #72335F. Grayscale: #B4B4B4. Windows color (decimal): -7484256 or 10538125. OLE color: 10538125.

HSL color Cylindrical-coordinate representation of color #8DCCA0: hue angle of 138.1º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCCA0 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB141204160-
CMYK0.3100.220.2
HSL138.1º38.18%67.65%-
HSV(B)138.1º30.88%80%-
XYZ38.9251.3941.12-
YUV180.15116.63100.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.92%
GREEN value IS 204 (80.08% from 255) = 40.40%
BLUE value IS 160 (62.89% from 255) = 31.68%
R=27.92%
G=40.40%
B=31.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1412041600.3100.220.2138.138.1867.65
Hex8DCCA01F016148a2644
Octal215314240370262421246104
Binary1000110111001100101000001111101011010100100010101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,204,160); }

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

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

 a { background-color: rgb(141,204,160); }

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

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

 span { border-color: rgb(141,204,160); }

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