#8DCDA3

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

Shades of Chinook #8DCDA3

Tints of Chinook #8DCDA3

Color information

#8DCDA3 (or 0x8DCDA3) is unknown color: approx Chinook. HEX triplet: 8D, CD and A3. RGB value is (141,205,163). Sum of RGB (Red+Green+Blue) = 141+205+163=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 163 (64.06% from 255 or 32.02% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCDA3 is #72325C. Grayscale: #B5B5B5. Windows color (decimal): -7483997 or 10734989. OLE color: 10734989.

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

Color convert

RGB141205163-
CMYK0.3100.200.20
HSL140.62º39.02%67.84%-
HSV(B)140.62º31.22%80.39%-
XYZ39.4351.9742.6-
YUV181.08117.899.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.70%
GREEN value IS 205 (80.47% from 255) = 40.28%
BLUE value IS 163 (64.06% from 255) = 32.02%
R=27.70%
G=40.28%
B=32.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412051630.3100.200.20140.6239.0267.84
Hex8DCDA31F014148d2744
Octal215315243370242421547104
Binary1000110111001101101000111111101010010100100011011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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