#8DCCA1

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

Shades of Chinook #8DCCA1

Tints of Chinook #8DCCA1

Color information

#8DCCA1 (or 0x8DCCA1) is unknown color: approx Chinook. HEX triplet: 8D, CC and A1. RGB value is (141,204,161). Sum of RGB (Red+Green+Blue) = 141+204+161=506 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.87% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCCA1 is #72335E. Grayscale: #B4B4B4. Windows color (decimal): -7484255 or 10603661. OLE color: 10603661.

HSL color Cylindrical-coordinate representation of color #8DCCA1: hue angle of 139.05º 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 #8DCCA1 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB141204161-
CMYK0.3100.210.2
HSL139.05º38.18%67.65%-
HSV(B)139.05º30.88%80%-
XYZ39.0151.4241.59-
YUV180.26117.13100-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.87%
GREEN value IS 204 (80.08% from 255) = 40.32%
BLUE value IS 161 (63.28% from 255) = 31.82%
R=27.87%
G=40.32%
B=31.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1412041610.3100.210.2139.0538.1867.65
Hex8DCCA11F015148b2644
Octal215314241370252421346104
Binary1000110111001100101000011111101010110100100010111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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