#8DCDA0

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

Shades of Chinook #8DCDA0

Tints of Chinook #8DCDA0

Color information

#8DCDA0 (or 0x8DCDA0) is unknown color: approx Chinook. HEX triplet: 8D, CD and A0. RGB value is (141,205,160). Sum of RGB (Red+Green+Blue) = 141+205+160=506 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.87% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCDA0 is #72325F. Grayscale: #B4B4B4. Windows color (decimal): -7484000 or 10538381. OLE color: 10538381.

HSL color Cylindrical-coordinate representation of color #8DCDA0: hue angle of 137.81º degrees, saturation: 0.39, 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 #8DCDA0 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB141205160-
CMYK0.3100.220.20
HSL137.81º39.02%67.84%-
HSV(B)137.81º31.22%80.39%-
XYZ39.1651.8641.2-
YUV180.73116.399.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.87%
GREEN value IS 205 (80.47% from 255) = 40.51%
BLUE value IS 160 (62.89% from 255) = 31.62%
R=27.87%
G=40.51%
B=31.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412051600.3100.220.20137.8139.0267.84
Hex8DCDA01F016148a2744
Octal215315240370262421247104
Binary1000110111001101101000001111101011010100100010101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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